tune-atom.inc: Improve optmisation flags

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-19 22:01:55 +00:00
parent 0ad4a95607
commit ebf6159c7b
1 changed files with 4 additions and 1 deletions

View File

@ -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"