summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJoe Gross <joseph.gross@amd.com>2015-11-15 17:56:43 -0500
committerJoe Gross <joseph.gross@amd.com>2015-11-15 17:56:43 -0500
commitfe9cf5100acc5605216bce53ae35625b9871e7db (patch)
treef2560d3357381fda3c3414e600fadf6ab87a3d98 /SConstruct
parent2a6fe970922ca174a872dd00be9c3371f646de10 (diff)
downloadgem5-fe9cf5100acc5605216bce53ae35625b9871e7db.tar.xz
sim: support for distcc pump server settings
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct9
1 files changed, 5 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index a8ffb208c..45cfb0b89 100755
--- a/SConstruct
+++ b/SConstruct
@@ -209,10 +209,11 @@ use_vars = set([ 'AS', 'AR', 'CC', 'CXX', 'HOME', 'LD_LIBRARY_PATH',
'PYTHONPATH', 'RANLIB', 'SWIG', 'TERM' ])
use_prefixes = [
- "M5", # M5 configuration (e.g., path to kernels)
- "DISTCC_", # distcc (distributed compiler wrapper) configuration
- "CCACHE_", # ccache (caching compiler wrapper) configuration
- "CCC_", # clang static analyzer configuration
+ "CCACHE_", # ccache (caching compiler wrapper) 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 = {}