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):
|
def EnvDefaults(env):
|
||||||
# export TERM so that clang reports errors in color
|
# initialize the toolchain related env with host environment
|
||||||
use_vars = set(
|
use_vars = set(
|
||||||
[
|
[
|
||||||
"AS",
|
"AS",
|
||||||
@@ -60,15 +60,15 @@ def EnvDefaults(env):
|
|||||||
"PROTOC",
|
"PROTOC",
|
||||||
"PYTHONPATH",
|
"PYTHONPATH",
|
||||||
"RANLIB",
|
"RANLIB",
|
||||||
"TERM",
|
"TERM", # for clang reports errors in color
|
||||||
"PYTHON_CONFIG",
|
"PYTHON_CONFIG", # gem5 specific build env
|
||||||
"CCFLAGS_EXTRA",
|
"CCFLAGS_EXTRA", # gem5 specific build env
|
||||||
"GEM5PY_CCFLAGS_EXTRA",
|
"GEM5PY_CCFLAGS_EXTRA", # gem5 specific build env
|
||||||
"GEM5PY_LINKFLAGS_EXTRA",
|
"GEM5PY_LINKFLAGS_EXTRA", # gem5 specific build env
|
||||||
"LINKFLAGS_EXTRA",
|
"LINKFLAGS_EXTRA", # gem5 specific build env
|
||||||
"LANG",
|
"LANG", # for work with non-ascii directory path
|
||||||
"LC_CTYPE",
|
"LC_CTYPE", # for work with non-ascii directory path
|
||||||
"DISPLAY",
|
"DISPLAY", # for gui program, ex kconfig guiconfig
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user