From ba89ba8e02185c7adb92240f119a57e7b21adfa7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Mar 2011 16:58:25 -0700 Subject: 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 Signed-off-by: Khem Raj --- meta/conf/machine/include/tune-atom.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta') diff --git a/meta/conf/machine/include/tune-atom.inc b/meta/conf/machine/include/tune-atom.inc index 668d0280b..399ea542d 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" #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" -- cgit v1.2.3