aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-05 11:19:20 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-05 11:19:20 +0000
commitb991033aabccbfbdf53526d4649f1ab87b4f7ec8 (patch)
tree5db04fddb7df92a45608f907b1bddaf80517d5e1 /meta/conf/machine/qemux86.conf
parent3fc975f74b807200409c45a2fb973287e05c2010 (diff)
downloadopenembedded-core-contrib-b991033aabccbfbdf53526d4649f1ab87b4f7ec8.tar.gz
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
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf2
1 files changed, 2 insertions, 0 deletions
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"