From e3f096327dd31a78222158c277e30473759de035 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Wed, 30 Jan 2008 14:25:16 +0000 Subject: conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc >= 2.6 --- conf/machine/qemux86.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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 -- cgit v1.2.3