Merge pull request #5418 from mysterywolf/revert-5412-clang-arm

Revert "add clang-arm support."
This commit is contained in:
guo
2021-12-24 09:17:41 +08:00
committed by GitHub
7 changed files with 6 additions and 41 deletions
+1 -1
View File
@@ -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