Austin Harris has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50259 )

Change subject: scons: Require the m4 tool in scons explicitly
......................................................................

scons: Require the m4 tool in scons explicitly

This resolves an error that SConsEnvironment has no attribute 'm4' on
some systems.

Change-Id: I9dfce277308d1939c3bd392f83dc49937884660e
---
M SConstruct
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/SConstruct b/SConstruct
index 4e2ed47..c085fb6 100755
--- a/SConstruct
+++ b/SConstruct
@@ -149,7 +149,7 @@

 main = Environment(tools=[
         'default', 'git', TempFileSpawn, EnvDefaults, MakeActionTool,
-        ConfigFile, AddLocalRPATH, SwitchingHeaders
+        ConfigFile, AddLocalRPATH, SwitchingHeaders, 'm4'
     ])

 main.Tool(SCons.Tool.FindTool(['gcc', 'clang'], main))

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50259
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: I9dfce277308d1939c3bd392f83dc49937884660e
Gerrit-Change-Number: 50259
Gerrit-PatchSet: 1
Gerrit-Owner: Austin Harris <m...@austin-harris.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to