mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +00:00
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>
This commit is contained in:
@@ -9,8 +9,3 @@ SRC_URI_append = "file://fortran-cross-compile-hack.patch"
|
|||||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
||||||
|
|
||||||
EXTRA_OECONF += "--disable-libunwind-exceptions"
|
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)}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user