Revert "add clang-arm support."

This reverts commit a5f6fdc780.
This commit is contained in:
Man, Jianting (Meco)
2021-12-22 18:57:16 -05:00
committed by GitHub
parent 457348e21a
commit ed1f8b3f64
7 changed files with 6 additions and 41 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if rtconfig.PLATFORM == 'armcc' or rtconfig.PLATFORM == 'armclang':
if rtconfig.PLATFORM == 'armclang':
src += Glob('*_rvds.S')
if rtconfig.PLATFORM == 'gcc' or rtconfig.PLATFORM == 'clang':
if rtconfig.PLATFORM == 'gcc':
src += Glob('*_init.S')
src += Glob('*_gcc.S')