Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/40868 )

Change subject: scons: Get rid of some unused cruft from Ruby/yacc.
......................................................................

scons: Get rid of some unused cruft from Ruby/yacc.

These variables are never used, and so don't need to be set.

Change-Id: Ia345e3aa12b4437638943a436d28686b6e60acda
---
M SConstruct
1 file changed, 0 insertions(+), 4 deletions(-)



diff --git a/SConstruct b/SConstruct
index 62dfc36..0a89520 100755
--- a/SConstruct
+++ b/SConstruct
@@ -438,10 +438,6 @@
         warning("Don't know how to enable %s sanitizer(s) for your "
                 "compiler." % sanitizers)

-# Set up common yacc/bison flags (needed for Ruby)
-main['YACCFLAGS'] = '-d'
-main['YACCHXXFILESUFFIX'] = '.hh'
-
 # Do this after we save setting back, or else we'll tack on an
 # extra 'qdo' every time we run scons.
 if main['BATCH']:

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/40868
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: Ia345e3aa12b4437638943a436d28686b6e60acda
Gerrit-Change-Number: 40868
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

Reply via email to