mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[tools] add GetGCCLikePLATFORM
GCC like means the toolchains which are compatible with GCC
This commit is contained in:
@@ -66,6 +66,10 @@ def CheckHeader(rtconfig, filename):
|
||||
|
||||
return False
|
||||
|
||||
# GCC like means the toolchains which are compatible with GCC
|
||||
def GetGCCLikePLATFORM():
|
||||
return ['gcc', 'armclang', 'llvm-arm']
|
||||
|
||||
def GetNewLibVersion(rtconfig):
|
||||
version = None
|
||||
root = GetGCCRoot(rtconfig)
|
||||
|
||||
Reference in New Issue
Block a user