From 59646974abd58812f3b37e62224bd41e71bedfbc Mon Sep 17 00:00:00 2001 From: Qing He Date: Sun, 26 Sep 2010 16:16:04 +0800 Subject: qemux86-64: remove -march for 64bit common pc Fixes [BUGID #347]. Signed-off-by: Qing He --- meta/conf/machine/qemux86-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/machine/qemux86-64.conf') 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" -- cgit 1.2.3-korg