add clang-arm support.

This commit is contained in:
guozhanxin
2021-12-22 00:39:08 +08:00
committed by Bernard Xiong
parent f20eef99db
commit a5f6fdc780
7 changed files with 41 additions and 6 deletions

View File

@@ -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