diff options
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 85d79f686..31459cd08 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" |