mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
classes: Sync with OE - mainly quoting fixes or other minor updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -10,7 +10,7 @@ def icc_determine_gcc_version(gcc):
|
||||
|
||||
'i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363)'
|
||||
"""
|
||||
return os.popen("%s --version" % gcc ).readline()[2]
|
||||
return os.popen("%s --version" % gcc ).readline().split()[2]
|
||||
|
||||
def create_env(bb,d):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user