aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2016-04-19 08:51:53 -0600
committerDan McGregor <dan.mcgregor@usask.ca>2016-04-19 21:33:53 -0600
commitc0245e96895d59ed7c19e658e3062601ae947c03 (patch)
treebaa7fd7fb78c38099360e2f22d5fb0d6f078bba3
parentbdcdf4106d852ac5a68ca617e3fa26a5689919cb (diff)
downloadopenembedded-core-contrib-dankm/gcc-6.tar.gz
openjade-native: work around bug exposed by GCC 6dankm/gcc-6
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
-rw-r--r--meta/recipes-devtools/openjade/openjade-native_1.3.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
index bc250080f1..98469bf4ca 100644
--- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
+++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
@@ -44,6 +44,7 @@ CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadi
oe_runconf[vardepsexclude] += "CONFIGUREOPTS"
CFLAGS =+ "-I${S}/include"
+CXXFLAGS += "-fno-lifetime-dse"
SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst"
SYSROOT_PREPROCESS_FUNCS += "openjade_sysroot_preprocess"