mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
[gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM (#5802)
* [gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM
This commit is contained in:
@@ -4,7 +4,7 @@ from building import *
|
||||
# get current directory
|
||||
cwd = GetCurrentDir()
|
||||
|
||||
if rtconfig.CROSS_TOOL == 'gcc':
|
||||
if rtconfig.PLATFORM == 'gcc':
|
||||
compiler = 'GCC'
|
||||
|
||||
# The set of source files associated with this SConscript file.
|
||||
|
||||
Reference in New Issue
Block a user