summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-01-30 14:25:16 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-01-30 14:25:16 +0000
commite3f096327dd31a78222158c277e30473759de035 (patch)
tree7d6a0800f64c47f1353945a27cf26752ec561ce1 /conf
parentc5dd5bfdffff19a8bbef1248789f102c7cab0493 (diff)
conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc >= 2.6
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/qemux86.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf
index fe811ba54e..7fbdbfb1a7 100644
--- a/conf/machine/qemux86.conf
+++ b/conf/machine/qemux86.conf
@@ -3,6 +3,7 @@
#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
TARGET_ARCH = "i586"
+TARGET_CC_ARCH = "-march=i586"
PACKAGE_EXTRA_ARCHS = "x86"
require conf/machine/include/qemu.inc