This patch series is for removing the unneeded flags in SELECTED_OPTIMIZATIONS that gets passed to every recipe build by default. I have also introduced flags to remove duplicate debug information which will reduce the debug info sections
Tested by building and booting console-image/angstrom on ppc,arm,mips,x86-64,x86 qemu machines. Please apply Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/global-opts Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/global-opts Thanks, Khem Raj <[email protected]> --- Khem Raj (3): bitbake.conf: Prune global OPTIMIZATION flags machine/include/tune-atom.inc: Remove FULL_OPTIMIZATION_pn-gtk+ gcc-runtime_4.5.1.bb: Fix ICE in gcc-runtime with -feliminate-dwarf2-dups meta/conf/bitbake.conf | 8 ++++---- meta/conf/machine/include/tune-atom.inc | 4 ---- meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 7 ++++++- 3 files changed, 10 insertions(+), 9 deletions(-) -- 1.7.4.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
