mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
gcc: remove outdated configuration option
--enable-libunwind-exceptions was removed from gcc at release 3.4.3 about ten years ago. (From OE-Core rev: 285d3579727177e6962d7ad16677429e7dec65f4) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
46a812f319
commit
7a17a0dced
@@ -161,7 +161,6 @@ SYSTEMLIBS1 = "${target_libdir}/"
|
||||
EXTRA_OECONF += "--enable-poison-system-directories"
|
||||
|
||||
EXTRA_OECONF += "\
|
||||
--disable-libunwind-exceptions \
|
||||
--with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \
|
||||
--with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix} \
|
||||
"
|
||||
|
||||
@@ -20,7 +20,6 @@ EXTRA_OECONF_append_sh4 = " \
|
||||
"
|
||||
|
||||
EXTRA_OECONF += "\
|
||||
--disable-libunwind-exceptions \
|
||||
--with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
|
||||
--with-system-zlib \
|
||||
"
|
||||
|
||||
@@ -8,7 +8,6 @@ EXTRA_OECONF_PATHS = "\
|
||||
--with-build-sysroot=${STAGING_DIR_TARGET} \
|
||||
"
|
||||
|
||||
EXTRA_OECONF += "--disable-libunwind-exceptions"
|
||||
EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"
|
||||
|
||||
RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic"
|
||||
|
||||
Reference in New Issue
Block a user