aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-09-26 16:16:04 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-09-27 08:59:16 -0700
commit59646974abd58812f3b37e62224bd41e71bedfbc (patch)
tree2ac0c722054cb42580816f5d03c9d6f99ab67bf8 /meta
parent998a8316a2928e06eb29d61dea745b9983ffb14a (diff)
downloadopenembedded-core-contrib-59646974abd58812f3b37e62224bd41e71bedfbc.tar.gz
qemux86-64: remove -march for 64bit common pc
Fixes [BUGID #347]. Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/qemux86-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 85d79f686f..31459cd084 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -32,4 +32,4 @@ GLIBC_EXTRA_OECONF = "--with-tls"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
-TARGET_CC_ARCH = "-march=core2 -m64"
+TARGET_CC_ARCH = "-m64"