qemu-native: add picking up gcc-3.4.6 to gcc selection code
authorMichael Krelin <hacker@klever.net>
Thu, 5 Jul 2007 21:37:39 +0000 (21:37 +0000)
committerMichael Krelin <hacker@klever.net>
Thu, 5 Jul 2007 21:37:39 +0000 (21:37 +0000)
packages/qemu/qemu-native.inc

index c241de8..81f0944 100644 (file)
@@ -18,6 +18,8 @@ python __anonymous() {
         data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.3", d)
     elif len(which(path, 'gcc-3.3.6')) != 0:
         data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.3.6", d)
+    elif len(which(path, 'gcc-3.4.6')) != 0:
+        data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.4.6", d)
 }
 
 do_stage() {