add more command string for scons

This commit is contained in:
Rogerz Zhang 2013-03-31 23:05:04 +08:00
parent 1019f52bb7
commit 158e9cdf91
1 changed files with 2 additions and 0 deletions

View File

@ -125,7 +125,9 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
if not GetOption('verbose'):
# override the default verbose command string
env.Replace(
ARCOMSTR = 'AR $TARGET',
ASCOMSTR = 'AS $TARGET',
ASPPCOMSTR = 'AS $TARGET',
CCCOMSTR = 'CC $TARGET',
CXXCOMSTR = 'CXX $TARGET',
LINKCOMSTR = 'LINK $TARGET'