4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 18:53:31 +08:00

[Tools] Disable print out in gcc detection.

This commit is contained in:
Bernard Xiong 2018-05-22 11:32:48 +08:00
parent b42dcd1feb
commit 94116edafa

View File

@ -67,7 +67,7 @@ def GCCResult(rtconfig, str):
stdout, stderr = child.communicate()
print(stdout)
# print(stdout)
if stderr != '':
print(stderr)