From: Marcin Juszkiewicz Date: Wed, 5 Mar 2008 11:19:20 +0000 (+0000) Subject: qemux86: use march=i586 when compiling - should unbreak glibc X-Git-Tag: 2011-1~9530 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b991033aabccbfbdf53526d4649f1ab87b4f7ec8;p=openembedded-core.git qemux86: use march=i586 when compiling - should unbreak glibc git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3916 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index dddd552fa7..71740e8f9d 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -19,3 +19,5 @@ GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d" + +TARGET_CC_ARCH = "-march=i586"