mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
add clang-arm support.
This commit is contained in:
committed by
Bernard Xiong
parent
f20eef99db
commit
a5f6fdc780
@@ -121,7 +121,7 @@ class Win32Spawn:
|
||||
def GenCconfigFile(env, BuildOptions):
|
||||
import rtconfig
|
||||
|
||||
if rtconfig.PLATFORM == 'gcc':
|
||||
if rtconfig.PLATFORM == 'gcc' or rtconfig.PLATFORM == 'clang':
|
||||
contents = ''
|
||||
if not os.path.isfile('cconfig.h'):
|
||||
import gcc
|
||||
|
||||
Reference in New Issue
Block a user