mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02: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:
@@ -32,4 +32,4 @@ GLIBC_EXTRA_OECONF = "--with-tls"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
|
||||
|
||||
TARGET_CC_ARCH = "-march=core2 -m64"
|
||||
TARGET_CC_ARCH = "-m64"
|
||||
|
||||
Reference in New Issue
Block a user