diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-01-30 14:25:16 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-01-30 14:25:16 +0000 |
commit | e3f096327dd31a78222158c277e30473759de035 (patch) | |
tree | 7d6a0800f64c47f1353945a27cf26752ec561ce1 /conf/machine | |
parent | c5dd5bfdffff19a8bbef1248789f102c7cab0493 (diff) |
conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc >= 2.6
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/qemux86.conf | 1 |
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 |