diff options
Diffstat (limited to 'meta/conf/machine/include/tune-atom.inc')
-rw-r--r-- | meta/conf/machine/include/tune-atom.inc | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
1 | TARGET_CC_ARCH = "-march=i586" | 1 | BASE_PACKAGE_ARCH = "core2" |
2 | TARGET_CC_ARCH = "-m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse" | ||
3 | #MOBLIN_CFLAGS = "-Os -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables" | ||
4 | |||