git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced7e57
)
qemu-native: added gcc34 and gcc33 as available CC - close #1584
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 15 Nov 2006 07:55:21 +0000
(07:55 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 15 Nov 2006 07:55:21 +0000
(07:55 +0000)
packages/qemu/qemu-native.inc
patch
|
blob
|
history
diff --git
a/packages/qemu/qemu-native.inc
b/packages/qemu/qemu-native.inc
index
758c81a
..
d0d6604
100644
(file)
--- a/
packages/qemu/qemu-native.inc
+++ b/
packages/qemu/qemu-native.inc
@@
-14,6
+14,10
@@
python __anonymous() {
if not oldOeConf: oldOeConf = ""
if len(which(path, 'gcc-3.4')) != 0:
data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.4", d)
+ elif len(which(path, 'gcc34')) != 0:
+ data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc34", d)
+ elif len(which(path, 'gcc33')) != 0:
+ data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc33", 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: