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: 2011-1~4465 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=59646974abd58812f3b37e62224bd41e71bedfbc;p=openembedded-core.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 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"