From: Jeremy Laine Date: Wed, 30 Jan 2008 14:25:16 +0000 (+0000) Subject: conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc ... X-Git-Tag: Release-2010-05/1~7792^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f096327dd31a78222158c277e30473759de035;p=openembedded.git conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc >= 2.6 --- 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