]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86: use march=i586 when compiling - should unbreak glibc
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Mar 2008 11:19:20 +0000 (11:19 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Mar 2008 11:19:20 +0000 (11:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3916 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/qemux86.conf

index dddd552fa76d8a40a82edc9a6b90cfb434e64838..71740e8f9d43d19af338065bc89a252a319c0b18 100644 (file)
@@ -19,3 +19,5 @@ GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
+
+TARGET_CC_ARCH = "-march=i586"