changeset 7867c5f28b90 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=7867c5f28b90
description:
        scons: Add PROTOC from the environment

        This patch adds PROTOC to the build environment.

diffstat:

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

diffs (14 lines):

diff -r 3b30e9d30e10 -r 7867c5f28b90 SConstruct
--- a/SConstruct        Tue Feb 18 05:50:58 2014 -0500
+++ b/SConstruct        Tue Feb 18 05:50:58 2014 -0500
@@ -193,8 +193,8 @@
 
 # export TERM so that clang reports errors in color
 use_vars = set([ 'AS', 'AR', 'CC', 'CXX', 'HOME', 'LD_LIBRARY_PATH',
-                 'LIBRARY_PATH', 'PATH', 'PKG_CONFIG_PATH', 'PYTHONPATH',
-                 'RANLIB', 'SWIG', 'TERM' ])
+                 'LIBRARY_PATH', 'PATH', 'PKG_CONFIG_PATH', 'PROTOC',
+                 'PYTHONPATH', 'RANLIB', 'SWIG', 'TERM' ])
 
 use_prefixes = [
     "M5",           # M5 configuration (e.g., path to kernels)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to