changeset 47e2adf7fb1a in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=47e2adf7fb1a
description:
        sim: support for distcc pump server settings

diffstat:

 SConstruct |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 4e70e13c1a2c -r 47e2adf7fb1a SConstruct
--- a/SConstruct        Sun Nov 15 21:28:00 2015 +0000
+++ b/SConstruct        Sun Nov 15 17:56:43 2015 -0500
@@ -209,10 +209,11 @@
                  '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 = {}
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to