mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 17:21:52 +00:00
wvstreams: fixing segfault with new gcc optimizations
Recent GCC optimizations -ftree-dce and -foptimize-sibling-calls are causing a segfault in the wvstream stackmaster. Fedora had the same problem and resolved the issue by removing these optimizations. See: https://bugzilla.redhat.com/show_bug.cgi?id=812651 Signed-off-by: Ray Kinsella <ray.kinsella@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
84f69f338c
commit
f797b791ef
@ -20,6 +20,8 @@ inherit autotools-brokensep pkgconfig
|
|||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
|
TARGET_CFLAGS_append = " -fno-tree-dce -fno-optimize-sibling-calls"
|
||||||
|
|
||||||
LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"
|
LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"
|
||||||
|
|
||||||
EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-valgrind"
|
EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-valgrind"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user