From: Qing He Date: Sun, 26 Sep 2010 08:16:04 +0000 (+0800) Subject: qemux86-64: remove -march for 64bit common pc X-Git-Tag: yocto-4.0~44165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59646974abd58812f3b37e62224bd41e71bedfbc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemux86-64: remove -march for 64bit common pc Fixes [BUGID #347]. Signed-off-by: Qing He --- diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 85d79f686fa..31459cd084a 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"