sim: support for distcc pump server settings
This commit is contained in:
parent
2a6fe97092
commit
fe9cf5100a
1 changed files with 5 additions and 4 deletions
|
@ -209,10 +209,11 @@ use_vars = set([ 'AS', 'AR', 'CC', 'CXX', 'HOME', 'LD_LIBRARY_PATH',
|
||||||
'PYTHONPATH', 'RANLIB', 'SWIG', 'TERM' ])
|
'PYTHONPATH', 'RANLIB', 'SWIG', 'TERM' ])
|
||||||
|
|
||||||
use_prefixes = [
|
use_prefixes = [
|
||||||
"M5", # M5 configuration (e.g., path to kernels)
|
|
||||||
"DISTCC_", # distcc (distributed compiler wrapper) configuration
|
|
||||||
"CCACHE_", # ccache (caching compiler wrapper) configuration
|
"CCACHE_", # ccache (caching compiler wrapper) configuration
|
||||||
"CCC_", # clang static analyzer configuration
|
"CCC_", # clang static analyzer configuration
|
||||||
|
"DISTCC_", # distcc (distributed compiler wrapper) configuration
|
||||||
|
"INCLUDE_SERVER_", # distcc pump server settings
|
||||||
|
"M5", # M5 configuration (e.g., path to kernels)
|
||||||
]
|
]
|
||||||
|
|
||||||
use_env = {}
|
use_env = {}
|
||||||
|
|
Loading…
Reference in a new issue