mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 03:26:16 +00:00
base.bbclass: Prefer gcc 3.4.6/7 over 3.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4341 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
869b97b652
commit
54b240ec36
@ -957,7 +957,7 @@ def check_app_exists(app, d):
|
||||
|
||||
def check_gcc3(data):
|
||||
|
||||
gcc3_versions = 'gcc-3.4 gcc34 gcc-3.4.4 gcc-3.4.6 gcc-3.4.7 gcc-3.3 gcc33 gcc-3.3.6 gcc-3.2 gcc32'
|
||||
gcc3_versions = 'gcc-3.4.6 gcc-3.4.7 gcc-3.4 gcc34 gcc-3.4.4 gcc-3.3 gcc33 gcc-3.3.6 gcc-3.2 gcc32'
|
||||
|
||||
for gcc3 in gcc3_versions.split():
|
||||
if check_app_exists(gcc3, data):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user