diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-11-19 22:57:16 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-11-19 22:57:40 +0100 |
commit | 36aac4867a2aa5fc95169315a4691620408ec55c (patch) | |
tree | 3ebdeb4a1f0abbe365315fac220e127aaa969412 /conf/machine/ion.conf | |
parent | f73eb119414c6b7047df202943e61bd74ada1692 (diff) |
ion.conf: TARGET_CC_ARCH = "-march=i686 -mtune=atom" for Atom.
Diffstat (limited to 'conf/machine/ion.conf')
-rw-r--r-- | conf/machine/ion.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/ion.conf b/conf/machine/ion.conf index db0ca49f07..f58219bd1a 100644 --- a/conf/machine/ion.conf +++ b/conf/machine/ion.conf @@ -4,8 +4,11 @@ #@DESCRIPTION: Machine configuration for NVidia Ion based machines. #Point of View ION, Asrock 330, etc. -TARGET_ARCH = "core2" -PACKAGE_EXTRA_ARCHS = "x86 core2" +TARGET_ARCH = "i686" + +#MACHINE_ARCH = "core2" + +PACKAGE_EXTRA_ARCHS = "x86" include conf/machine/include/tune-atom.inc |