diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:54:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:09:44 +0100 |
commit | 1413f2b00816052375278ddb394fc700f82f9f26 (patch) | |
tree | 2cb0bf587665fa604a5927e14d1104a5c0a34ca8 /meta | |
parent | 59565d73a2fd87793343f99de4a0893de89bd020 (diff) | |
download | ast2050-yocto-poky-1413f2b00816052375278ddb394fc700f82f9f26.zip ast2050-yocto-poky-1413f2b00816052375278ddb394fc700f82f9f26.tar.gz |
gcc-runtime_4.5.1.bb: Do not filter out -feliminate-dwarf2-dups
This is already taken care by bitbake.conf
(From OE-Core rev: 59d0aed3615ce08203139137d70d38ea8b9fe9d9)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb index 9d4e158..2127eb6 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb @@ -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)}" |