summaryrefslogtreecommitdiff
path: root/packages/qemu/qemu-native.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-19 22:34:43 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-19 22:34:43 +0000
commit7d5bfa35b2cf579d5205da2bd827799a2171e6c8 (patch)
treeeb5117818e7525640e1f0ebda361908823bb30a7 /packages/qemu/qemu-native.inc
parent005277d0efac2a2fbac100097e70c25702dc640b (diff)
qemu: sync with poky, remove obsolete ones
Diffstat (limited to 'packages/qemu/qemu-native.inc')
-rw-r--r--packages/qemu/qemu-native.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/qemu/qemu-native.inc b/packages/qemu/qemu-native.inc
index bab02f7ddf..cc6076a962 100644
--- a/packages/qemu/qemu-native.inc
+++ b/packages/qemu/qemu-native.inc
@@ -11,5 +11,6 @@ python __anonymous() {
data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.4", d)
elif len(which(path, 'gcc-3.3')) != 0:
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)
}