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
This commit is contained in:
Marcin Juszkiewicz 2008-03-05 11:19:20 +00:00
parent 3fc975f74b
commit b991033aab
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
TARGET_CC_ARCH = "-march=i586"