mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 03:01:22 +08:00
Merge pull request #4274 from xys20071111/master
Update bsp/allwinner_tina/rtconfig.py
This commit is contained in:
commit
8801de442b
@ -17,7 +17,7 @@ if CROSS_TOOL == 'gcc':
|
||||
PLATFORM = 'gcc'
|
||||
EXEC_PATH = r'E:\work\env\tools\gnu_gcc\arm_gcc\mingw\bin'
|
||||
else:
|
||||
print 'Please make sure your toolchains is GNU GCC!'
|
||||
print('Please make sure your toolchains is GNU GCC!')
|
||||
exit(0)
|
||||
|
||||
if os.getenv('RTT_EXEC_PATH'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user