summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-atom.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-atom.inc')
-rw-r--r--meta/conf/machine/include/tune-atom.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-atom.inc b/meta/conf/machine/include/tune-atom.inc
index 8141a67285..52acd12ba8 100644
--- a/meta/conf/machine/include/tune-atom.inc
+++ b/meta/conf/machine/include/tune-atom.inc
@@ -1,7 +1,7 @@
1TUNE_ARCH = "i586" 1TUNE_ARCH = "i586"
2 2
3TUNE_PKGARCH = "core2" 3TUNE_PKGARCH = "core2"
4TARGET_CC_ARCH = "-m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse" 4TUNE_CCARGS = "-m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse"
5#MOBLIN_CFLAGS = "-Os -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables" 5#MOBLIN_CFLAGS = "-Os -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables"
6 6
7PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686 core2" 7PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686 core2"