]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86-64: remove -march for 64bit common pc
authorQing He <qing.he@intel.com>
Sun, 26 Sep 2010 08:16:04 +0000 (16:16 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Mon, 27 Sep 2010 15:59:16 +0000 (08:59 -0700)
Fixes [BUGID #347].

Signed-off-by: Qing He <qing.he@intel.com>
meta/conf/machine/qemux86-64.conf

index 85d79f686fa230b72cc2fbb19afa1316d557966d..31459cd084a943cca3b663e16629ca9dc4e6ea8c 100644 (file)
@@ -32,4 +32,4 @@ GLIBC_EXTRA_OECONF = "--with-tls"
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
 
-TARGET_CC_ARCH = "-march=core2 -m64"
+TARGET_CC_ARCH = "-m64"