mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 18:43:31 +08:00
[Tools] Disable print out in gcc detection.
This commit is contained in:
parent
b42dcd1feb
commit
94116edafa
@ -67,7 +67,7 @@ def GCCResult(rtconfig, str):
|
|||||||
|
|
||||||
stdout, stderr = child.communicate()
|
stdout, stderr = child.communicate()
|
||||||
|
|
||||||
print(stdout)
|
# print(stdout)
|
||||||
if stderr != '':
|
if stderr != '':
|
||||||
print(stderr)
|
print(stderr)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user