mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
lcdapi: fix build error for m68k/coldfire
Fixes: http://autobuild.buildroot.net/results/d47/d47fa41aa860d82471b83ac90967d3a3dacd8611/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3a89cfc464
commit
d420322139
@ -11,6 +11,12 @@ LCDAPI_LICENSE_FILES = COPYING
|
|||||||
LCDAPI_AUTORECONF = YES
|
LCDAPI_AUTORECONF = YES
|
||||||
LCDAPI_INSTALL_STAGING = YES
|
LCDAPI_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
# Internal error, aborting at dw2gencfi.c:214 in emit_expr_encoded
|
||||||
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79509
|
||||||
|
ifeq ($(BR2_m68k_cf),y)
|
||||||
|
LCDAPI_CONF_OPTS += CXXFLAGS="$(TARGET_CXXFLAGS) -fno-dwarf2-cfi-asm"
|
||||||
|
endif
|
||||||
|
|
||||||
define LCDAPI_CREATE_M4_DIR
|
define LCDAPI_CREATE_M4_DIR
|
||||||
mkdir -p $(@D)/m4
|
mkdir -p $(@D)/m4
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user