Yu-hsin Wang has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/72038?usp=email )
Change subject: scons: Pass the CPATH environment variable through to SCons.
......................................................................
scons: Pass the CPATH environment variable through to SCons.
For sandbox environment, the default include may be override by CPATH.
To make the SCons can work in this environment, we need to pass CPATH
into SCons.
M site_scons/gem5_scons/defaults.py
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/site_scons/gem5_scons/defaults.py
b/site_scons/gem5_scons/defaults.py
index f800b67..944f7e5 100644
--- a/site_scons/gem5_scons/defaults.py
+++ b/site_scons/gem5_scons/defaults.py
@@ -52,6 +52,7 @@
"CC",
"CXX",
"HOME",
"CPATH",
"LD_LIBRARY_PATH",
"LIBRARY_PATH",
"PATH",
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/72038?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I1015f20a553a2e18595c8d2a89b209ca665879fd
Gerrit-Change-Number: 72038
Gerrit-PatchSet: 1
Gerrit-Owner: Yu-hsin Wang yuhsingw@google.com