[tools] Modify building.py and gcc.py for work with Python 3.
This commit is contained in:
parent
3a63c0af56
commit
e7ca31ccaa
|
@ -148,7 +148,6 @@ def GCCResult(rtconfig, str):
|
|||
result += '#define LIBC_POSIX_THREADS 1\n'
|
||||
|
||||
os.remove('__tmp.c')
|
||||
f.close()
|
||||
return result
|
||||
|
||||
def GenerateGCCConfig(rtconfig):
|
||||
|
|
Loading…
Reference in New Issue