sim: support for distcc pump server settings
authorJoe Gross <joseph.gross@amd.com>
Sun, 15 Nov 2015 22:56:43 +0000 (17:56 -0500)
committerJoe Gross <joseph.gross@amd.com>
Sun, 15 Nov 2015 22:56:43 +0000 (17:56 -0500)
SConstruct

index a8ffb208c7fe7c9cfdc4333f1c87a792b0363545..45cfb0b897b698bb6d5d07b9d867400b4247cf15 100755 (executable)
@@ -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 = {}