From ebf6159c7b63ae01d20b83fdb38201189f0f9a1e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Nov 2009 22:01:55 +0000 Subject: tune-atom.inc: Improve optmisation flags Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-atom.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/conf/machine') 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" + -- cgit v1.2.3-54-g00ecf