summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-atom.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-17 16:58:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-24 12:33:35 +0000
commit54d46cb6935556773b84496a64def8442ec83a7c (patch)
treed331006a26a8febaaa6de3887dff205ae25411e3 /meta/conf/machine/include/tune-atom.inc
parent5ea06dc295b657383fd97545c15255b294cf1a79 (diff)
downloadpoky-54d46cb6935556773b84496a64def8442ec83a7c.tar.gz
machine/include/tune-atom.inc: Remove FULL_OPTIMIZATION_pn-gtk+
* Since bitbake.conf has got rid of -fomit-frame-pointer this is no longer required (From OE-Core rev: ba89ba8e02185c7adb92240f119a57e7b21adfa7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-atom.inc')
-rw-r--r--meta/conf/machine/include/tune-atom.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/machine/include/tune-atom.inc b/meta/conf/machine/include/tune-atom.inc
index 668d0280bd..399ea542d4 100644
--- a/meta/conf/machine/include/tune-atom.inc
+++ b/meta/conf/machine/include/tune-atom.inc
@@ -3,7 +3,3 @@ TARGET_CC_ARCH = "-m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse"
3#MOBLIN_CFLAGS = "-Os -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables" 3#MOBLIN_CFLAGS = "-Os -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables"
4 4
5PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686 core2" 5PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686 core2"
6
7# Work around a gcc bug for core2 which caused matchbox-panel to segfault
8# and possibly others.
9FULL_OPTIMIZATION_pn-gtk+ = "-fexpensive-optimizations -frename-registers -O2 -ggdb -feliminate-unused-debug-types"