[oe-commits] org.oe.dev qemu-native: thanks, hrw, but please, pick up my gcc3 too! ; -)

polyonymous commit openembedded-commits at lists.openembedded.org
Wed Aug 22 20:43:40 UTC 2007


qemu-native: thanks, hrw, but please, pick up my gcc3 too! ;-)

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: 27baa018f9f9e77156f5eb95353722f773cc651d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=27baa018f9f9e77156f5eb95353722f773cc651d
Files:
1
packages/qemu/qemu-native_20070613.bb
Diffs:

#
# mt diff -rf2109f0b5423893b09743e0a086dd3e86b7e57cb -r27baa018f9f9e77156f5eb95353722f773cc651d
#
# 
# 
# patch "packages/qemu/qemu-native_20070613.bb"
#  from [70c6b769cb660de1a7f33749cd3338f4a948782e]
#    to [342f872dda508387c0cfd231275c9f7fa10f3a9e]
# 
============================================================
--- packages/qemu/qemu-native_20070613.bb	70c6b769cb660de1a7f33749cd3338f4a948782e
+++ packages/qemu/qemu-native_20070613.bb	342f872dda508387c0cfd231275c9f7fa10f3a9e
@@ -8,7 +8,9 @@ python __anonymous() {
 	
     path = data.getVar('PATH', d)
     oeconf = data.getVar('EXTRA_OECONF', d) or ''
-    if len(which(path, 'gcc-3.4')) != 0:
+    if len(which(path, 'gcc-3.4.6')) != 0:
+        data.setVar('EXTRA_OECONF', oeconf + " --cc=gcc-3.4.6", d)
+    elif len(which(path, 'gcc-3.4')) != 0:
         data.setVar('EXTRA_OECONF', oeconf + " --cc=gcc-3.4", d)
     elif len(which(path, 'gcc34')) != 0:
         data.setVar('EXTRA_OECONF', oeconf + " --cc=gcc34", d)






More information about the Openembedded-commits mailing list