[oe-commits] org.oe.dev conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc >= 2.6

jeremy_laine commit openembedded-commits at lists.openembedded.org
Fri Feb 1 10:07:14 UTC 2008


conf/machine/qemux86.conf: define TARGET_CC_ARCH, fixes build failure for glibc >= 2.6

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: f8e953325919c33c3f10d2427ace176d122f17b1
ViewMTN: http://monotone.openembedded.org/revision/info/f8e953325919c33c3f10d2427ace176d122f17b1
Files:
1
conf/machine/qemux86.conf
Diffs:

#
# mt diff -rd6723956f98523259bb842a7d6192f518048f636 -rf8e953325919c33c3f10d2427ace176d122f17b1
#
# 
# 
# patch "conf/machine/qemux86.conf"
#  from [74fdc152193ec1934216879ff766e8e13e098985]
#    to [1ef7fa91b665a7e589a4201fbd887c1e415ea2f5]
# 
============================================================
--- conf/machine/qemux86.conf	74fdc152193ec1934216879ff766e8e13e098985
+++ conf/machine/qemux86.conf	1ef7fa91b665a7e589a4201fbd887c1e415ea2f5
@@ -1,8 +1,9 @@ TARGET_ARCH = "i586"
 #@TYPE: Machine
 #@NAME: qemu x86 Emulator setup
 #@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






More information about the Openembedded-commits mailing list