mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
[tools] 增加scons --exec-path=xxx命令 用于动态设置编译链路径
scons --target=iar --exec-path=xxxx scons --exec-path=xxxx
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
61e1e31ca9
commit
c38259d336
@@ -85,6 +85,10 @@ def AddOptions():
|
||||
dest = 'target',
|
||||
type = 'string',
|
||||
help = 'set target project: mdk/mdk4/mdk5/iar/vs/vsc/ua/cdk/ses/makefile/eclipse/codelite/cmake')
|
||||
AddOption('--exec-path',
|
||||
dest = 'exec-path',
|
||||
type = 'string',
|
||||
help = 'set RTT_EXEC_PATH temperately')
|
||||
AddOption('--stackanalysis',
|
||||
dest = 'stackanalysis',
|
||||
action = 'store_true',
|
||||
|
||||
Reference in New Issue
Block a user