mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 11:53:05 +08:00
[tools][update] 使用 '--verbose' 控制 iar 版本输出
Signed-off-by: MurphyZhao <d2014zjt@163.com>
This commit is contained in:
+4
-1
@@ -27,6 +27,8 @@ import sys
|
||||
import string
|
||||
import utils
|
||||
|
||||
from SCons.Script import *
|
||||
|
||||
import xml.etree.ElementTree as etree
|
||||
from xml.etree.ElementTree import SubElement
|
||||
from utils import _make_path_relative
|
||||
@@ -201,5 +203,6 @@ def IARVersion():
|
||||
|
||||
# example stdout: IAR ANSI C/C++ Compiler V8.20.1.14183/W32 for ARM
|
||||
iar_version = re.search('[\d\.]+', stdout).group(0)
|
||||
print("IAR version: %s" % iar_version)
|
||||
if GetOption('verbose'):
|
||||
print("IAR version: %s" % iar_version)
|
||||
return iar_version
|
||||
|
||||
Reference in New Issue
Block a user