[tools] Fix ua target issue.

This commit is contained in:
Bernard Xiong 2015-05-04 22:04:01 +08:00
parent 18b1f89f86
commit 448f9c9a7a
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
'vs':('msvc', 'cl'),
'vs2012':('msvc', 'cl'),
'cb':('keil', 'armcc'),
'ua':('keil', 'armcc')}
'ua':('gcc', 'gcc')}
tgt_name = GetOption('target')
if tgt_name:
# --target will change the toolchain settings which clang-analyzer is