mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
Merge pull request #5418 from mysterywolf/revert-5412-clang-arm
Revert "add clang-arm support."
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ class Win32Spawn:
|
||||
def GenCconfigFile(env, BuildOptions):
|
||||
import rtconfig
|
||||
|
||||
if rtconfig.PLATFORM == 'gcc' or rtconfig.PLATFORM == 'clang':
|
||||
if rtconfig.PLATFORM == 'gcc':
|
||||
contents = ''
|
||||
if not os.path.isfile('cconfig.h'):
|
||||
import gcc
|
||||
|
||||
Reference in New Issue
Block a user