1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

qemux86-64: remove -march for 64bit common pc

Fixes [BUGID #347].

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-09-26 16:16:04 +08:00
committed by Saul Wold
parent 998a8316a2
commit 59646974ab
+1 -1
View 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"