Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/41673 )
Change subject: scons: Enable the clang++ and clang tools.
......................................................................
scons: Enable the clang++ and clang tools.
If these tools aren't enabled and CXX isn't set, scons will look for
generically named compiler aliases like cc and c++. These will generally
work, but if scons knows that the compiler is specifically clang, it
will set the CXXCONFIG variable we can use to do compiler version
checking.
Change-Id: Ie6bebb8eab531989575c878bee07189541756d2c
---
M SConstruct
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SConstruct b/SConstruct
index cc3af90..150e068 100755
--- a/SConstruct
+++ b/SConstruct
@@ -135,7 +135,7 @@
#
########################################################################
-main = Environment(tools=['default', 'git', TempFileSpawn])
+main = Environment(tools=['default', 'git',
TempFileSpawn, 'clang', 'clang++'])
from gem5_scons.util import get_termcap
termcap = get_termcap()
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/41673
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ie6bebb8eab531989575c878bee07189541756d2c
Gerrit-Change-Number: 41673
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s