conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc ...
authorJeremy Laine <jeremy.laine@m4x.org>
Wed, 30 Jan 2008 14:25:16 +0000 (14:25 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Wed, 30 Jan 2008 14:25:16 +0000 (14:25 +0000)
conf/machine/qemux86.conf

index fe811ba..7fbdbfb 100644 (file)
@@ -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