All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Prune global compilation flags
@ 2011-03-21 18:10 Khem Raj
  2011-03-21 18:11 ` [PATCH 1/3] bitbake.conf: Prune global OPTIMIZATION flags Khem Raj
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Khem Raj @ 2011-03-21 18:10 UTC (permalink / raw)
  To: OE core

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 <raj.khem@gmail.com>
---


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




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-03-30 11:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 18:10 [PATCH 0/3] Prune global compilation flags Khem Raj
2011-03-21 18:11 ` [PATCH 1/3] bitbake.conf: Prune global OPTIMIZATION flags Khem Raj
2011-03-29 13:34   ` Richard Purdie
2011-03-29 15:00     ` Khem Raj
2011-03-29 23:53       ` Gary Thomas
2011-03-30  1:31         ` Khem Raj
2011-03-30 11:11           ` Gary Thomas
2011-03-30  1:29       ` Khem Raj
2011-03-21 18:11 ` [PATCH 2/3] machine/include/tune-atom.inc: Remove FULL_OPTIMIZATION_pn-gtk+ Khem Raj
2011-03-21 18:11 ` [PATCH 3/3] gcc-runtime_4.5.1.bb: Fix ICE in gcc-runtime with -feliminate-dwarf2-dups Khem Raj
2011-03-23 17:10 ` [PATCH 0/3] Prune global compilation flags Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.