aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-12-06 22:21:07 +0100
committerLeon Woestenberg <leon@sidebranch.com>2009-12-06 22:21:07 +0100
commitbd5615828b792daa4db05ead8bdd4e903cd737e3 (patch)
treef0d4552ffc1158305daf5a90b5c5565d29524310 /conf/machine/include
parentda9596a39e00403e3199c452c96dbe2d2b3b7c45 (diff)
downloadopenembedded-bd5615828b792daa4db05ead8bdd4e903cd737e3.tar.gz
machine/ion.conf: Adjust machine arch settings.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/tune-atom.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc
index a7dd04f596..44058c12be 100644
--- a/conf/machine/include/tune-atom.inc
+++ b/conf/machine/include/tune-atom.inc
@@ -1,8 +1,9 @@
# GCC 4.3.0- (see Poky)
# TARGET_CC_ARCH = "-march=i586"
-#
# GCC 4.3.1+ (see Gentoo)
TARGET_CC_ARCH = "-march=core2"
-
# GCC 4.4.2+ (see Fedora 12)
#TARGET_CC_ARCH = "-march=i686 -mtune=atom"
+BASE_PACKAGE_ARCH = "i686"
+FEED_ARCH = "i686"
+PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586" \ No newline at end of file