]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-runtime_4.5.1.bb: Do not filter out -feliminate-dwarf2-dups
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 03:54:37 +0000 (20:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 12:30:47 +0000 (13:30 +0100)
This is already taken care by bitbake.conf

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb

index 9d4e158fb5fcc8adabbe337961814cea7ed557dd..2127eb687b30b27b4d5f699404dadd02be1c6f6e 100644 (file)
@@ -9,8 +9,3 @@ SRC_URI_append = "file://fortran-cross-compile-hack.patch"
 ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
 
 EXTRA_OECONF += "--disable-libunwind-exceptions"
-
-# gcc 4.5 ends up in ICE when using -feliminate-dwarf2-dups in libstdc++
-# compiling pre compiled headers so we remove this option when compiling
-# to workaround it
-CXXFLAGS := "${@oe_filter_out('-feliminate-dwarf2-dups', '${CXXFLAGS}', d)}"