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

Change subject: scons: Get rid of special handling of the _m5 package.
......................................................................

scons: Get rid of special handling of the _m5 package.

This package is handled specially by the DictImporter used during the
build, and an assert shows that that code is never actually used. That
makes sense, since _m5 won't be added to gem5 using the PySource
mechanism.

Change-Id: I36a39f1ebb94a7620c8ba296e0fe856bd33285f9
---
M src/SConscript
1 file changed, 0 insertions(+), 3 deletions(-)



diff --git a/src/SConscript b/src/SConscript
index 2284289..dbd28ea 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -787,9 +787,6 @@
         if fullname == 'm5.objects':
             return self

-        if fullname.startswith('_m5'):
-            return None
-
         source = self.modules.get(fullname, None)
         if source is not None and fullname.startswith('m5.objects'):
             return self

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/48362
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: I36a39f1ebb94a7620c8ba296e0fe856bd33285f9
Gerrit-Change-Number: 48362
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.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