]> code.ossystems Code Review - openembedded-core.git/commitdiff
machine/include/tune-atom.inc: Remove FULL_OPTIMIZATION_pn-gtk+
authorKhem Raj <raj.khem@gmail.com>
Thu, 17 Mar 2011 23:58:25 +0000 (16:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2011 17:10:21 +0000 (17:10 +0000)
* Since bitbake.conf has got rid of -fomit-frame-pointer this
  is no longer required

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/machine/include/tune-atom.inc

index 668d0280bd3301e834ae864867d47c4e0e696dd5..399ea542d409791792621715bf12a8d5980fe8ae 100644 (file)
@@ -3,7 +3,3 @@ TARGET_CC_ARCH = "-m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse"
 #MOBLIN_CFLAGS = "-Os -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables"
 
 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686 core2"
-
-# Work around a gcc bug for core2 which caused matchbox-panel to segfault
-# and possibly others.
-FULL_OPTIMIZATION_pn-gtk+ = "-fexpensive-optimizations -frename-registers -O2 -ggdb -feliminate-unused-debug-types"