summaryrefslogtreecommitdiffstats
path: root/package/lcdapi/lcdapi.mk
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-01-12 20:50:39 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-01-13 14:21:52 +0100
commit57ee0f74ec226d2790af96de2b872135c1887f86 (patch)
treebbd6fb26d47db0fa5794adace5cc66d532acaa4b /package/lcdapi/lcdapi.mk
parentaa178bd6597ff53fdbb89c8b8deb9a701ac33727 (diff)
downloadbuildroot-57ee0f74ec226d2790af96de2b872135c1887f86.tar.gz
buildroot-57ee0f74ec226d2790af96de2b872135c1887f86.zip
package/Makefile.in: set -fno-dwarf2-cfi-asm for m68k_cf
Another package (libsquish) is affected by the "Internal error in emit_expr_encoded at dw2gencfi.c:215". This error already affects 5 packages and is due to binutils, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79509 No report has been made to binutils yet however as suggested by Yann during review of woff2 workaround (https://patchwork.ozlabs.org/patch/911344/), remove the workarounds from all these packages and put it in package/Makefile.in Fixes: http://autobuild.buildroot.org/results/77e06c092f4e7804dc166e259b25e779e5f1e83a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/lcdapi/lcdapi.mk')
-rw-r--r--package/lcdapi/lcdapi.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/lcdapi/lcdapi.mk b/package/lcdapi/lcdapi.mk
index f7c71dfd32..b27abcdbf2 100644
--- a/package/lcdapi/lcdapi.mk
+++ b/package/lcdapi/lcdapi.mk
@@ -11,12 +11,6 @@ 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
OpenPOWER on IntegriCloud