projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a89cfc
)
lcdapi: fix build error for m68k/coldfire
author
Waldemar Brodkorb
<wbx@openadk.org>
Tue, 14 Feb 2017 14:08:31 +0000
(15:08 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 14 Feb 2017 19:38:43 +0000
(20:38 +0100)
Fixes:
http://autobuild.buildroot.net/results/d47/
d47fa41aa860d82471b83ac90967d3a3dacd8611
/
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/lcdapi/lcdapi.mk
patch
|
blob
|
history
diff --git
a/package/lcdapi/lcdapi.mk
b/package/lcdapi/lcdapi.mk
index 5d8c2ee571f95529eb3c8b85bc85bea3e9b163e0..75390421d6a2ecc23b14f735f5cd48b7e247886a 100644
(file)
--- a/
package/lcdapi/lcdapi.mk
+++ b/
package/lcdapi/lcdapi.mk
@@
-11,6
+11,12
@@
LCDAPI_LICENSE_FILES = COPYING
LCDAPI_AUTORECONF = 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
mkdir -p $(@D)/m4
endef