summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 19:34:57 -0700
committerKhem Raj <raj.khem@gmail.com>2011-03-31 19:36:46 -0700
commit740a50cb308f186123a9f916330bf10daa22faa5 (patch)
treec1ee7206e19e26fbca01f480c09dbe5fd6ef2c73
parentb60c8a54117077996bdf2b40de0c720140825791 (diff)
downloadmeta-openembedded-740a50cb308f186123a9f916330bf10daa22faa5.tar.gz
gcc-runtime_4.5.bb: Remove construct to filter -feliminate-dwarf2-dups
This option is no longer default in bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb b/meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb
index 1571601915..aaa48b5293 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb
+++ b/meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb
@@ -9,8 +9,3 @@ SRC_URI_append = "file://fortran-cross-compile-hack.patch"
9ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" 9ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
10 10
11EXTRA_OECONF += "--disable-libunwind-exceptions" 11EXTRA_OECONF += "--disable-libunwind-exceptions"
12
13# gcc 4.5 ends up in ICE when using -feliminate-dwarf2-dups in libstdc++
14# compiling pre compiled headers so we remove this option when compiling
15# to workaround it
16CXXFLAGS := "${@oe_filter_out('-feliminate-dwarf2-dups', '${CXXFLAGS}', d)}"