From: Richard Purdie Date: Thu, 19 Nov 2009 22:01:55 +0000 (+0000) Subject: tune-atom.inc: Improve optmisation flags X-Git-Tag: 2011-1~6666 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ebf6159c7b63ae01d20b83fdb38201189f0f9a1e;p=openembedded-core.git tune-atom.inc: Improve optmisation flags Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/tune-atom.inc b/meta/conf/machine/include/tune-atom.inc index 607054674d..0f09e8d56f 100644 --- a/meta/conf/machine/include/tune-atom.inc +++ b/meta/conf/machine/include/tune-atom.inc @@ -1 +1,4 @@ -TARGET_CC_ARCH = "-march=i586" +BASE_PACKAGE_ARCH = "core2" +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" +