summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross.inc
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2014-08-14 14:05:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-15 18:21:49 +0100
commit7a17a0dced9052830cdf6ce3827b4563e28ab585 (patch)
treeceb7d0633f28fbaae865da35695adac68adae2f5 /meta/recipes-devtools/gcc/gcc-cross.inc
parent46a812f3190f695efc9f5a01bea8f4b612c71ec0 (diff)
downloadpoky-7a17a0dced9052830cdf6ce3827b4563e28ab585.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index 64d0652283..4cdb55f3ee 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -20,7 +20,6 @@ EXTRA_OECONF_append_sh4 = " \
20" 20"
21 21
22EXTRA_OECONF += "\ 22EXTRA_OECONF += "\
23 --disable-libunwind-exceptions \
24 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ 23 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
25 --with-system-zlib \ 24 --with-system-zlib \
26" 25"