scons: Update default environment comments
Change-Id: Ib6dcf1a6390010682365f393241c1e022aeeb813 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/72058 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -44,7 +44,7 @@ from gem5_python_paths import extra_python_paths
|
||||
|
||||
|
||||
def EnvDefaults(env):
|
||||
# export TERM so that clang reports errors in color
|
||||
# initialize the toolchain related env with host environment
|
||||
use_vars = set(
|
||||
[
|
||||
"AS",
|
||||
@@ -60,15 +60,15 @@ def EnvDefaults(env):
|
||||
"PROTOC",
|
||||
"PYTHONPATH",
|
||||
"RANLIB",
|
||||
"TERM",
|
||||
"PYTHON_CONFIG",
|
||||
"CCFLAGS_EXTRA",
|
||||
"GEM5PY_CCFLAGS_EXTRA",
|
||||
"GEM5PY_LINKFLAGS_EXTRA",
|
||||
"LINKFLAGS_EXTRA",
|
||||
"LANG",
|
||||
"LC_CTYPE",
|
||||
"DISPLAY",
|
||||
"TERM", # for clang reports errors in color
|
||||
"PYTHON_CONFIG", # gem5 specific build env
|
||||
"CCFLAGS_EXTRA", # gem5 specific build env
|
||||
"GEM5PY_CCFLAGS_EXTRA", # gem5 specific build env
|
||||
"GEM5PY_LINKFLAGS_EXTRA", # gem5 specific build env
|
||||
"LINKFLAGS_EXTRA", # gem5 specific build env
|
||||
"LANG", # for work with non-ascii directory path
|
||||
"LC_CTYPE", # for work with non-ascii directory path
|
||||
"DISPLAY", # for gui program, ex kconfig guiconfig
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user