Gabe Black has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/40961 )
Change subject: scons: Remove an extraneous Exit().
......................................................................
scons: Remove an extraneous Exit().
This isn't necessary after error() which exits on its own.
Change-Id: Icad08c1badc73fa8f41013cc69d6cc5a96ff8fdb
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40961
Tested-by: kokoro <[email protected]>
Reviewed-by: Gabe Black <[email protected]>
Maintainer: Gabe Black <[email protected]>
---
M SConstruct
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Gabe Black: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git a/SConstruct b/SConstruct
index ed27e58..915c112 100755
--- a/SConstruct
+++ b/SConstruct
@@ -353,7 +353,6 @@
if compareVersions(main['CXXVERSION'], "5") < 0:
error('gcc version 5 or newer required.\n'
'Installed version:', main['CXXVERSION'])
- Exit(1)
# Add the appropriate Link-Time Optimization (LTO) flags
# unless LTO is explicitly turned off.
10 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the
submitted one.
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/40961
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: Icad08c1badc73fa8f41013cc69d6cc5a96ff8fdb
Gerrit-Change-Number: 40961
Gerrit-PatchSet: 12
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s