Gabe Black has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/14398 )

Change subject: systemc: Stop explicitly adding the systemc ext dir to CPPPATH.
......................................................................

systemc: Stop explicitly adding the systemc ext dir to CPPPATH.

That's now handled automatically when the native systemc API is
enabled.

Change-Id: If1f88929af335a40554a9fd8df6f68aa1a4c0ba4
Reviewed-on: https://gem5-review.googlesource.com/c/14398
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Gabe Black <[email protected]>
---
M src/systemc/tests/SConscript
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved
  Gabe Black: Looks good to me, approved



diff --git a/src/systemc/tests/SConscript b/src/systemc/tests/SConscript
index 74ec0e0..0ecd6ad 100644
--- a/src/systemc/tests/SConscript
+++ b/src/systemc/tests/SConscript
@@ -61,7 +61,6 @@
                 'compile_only' : self.compile_only
             }

-    ext_dir = Dir('..').Dir('ext')
     test_dir = Dir('.')
     class SystemCTestBin(Executable):
         def __init__(self, test):
@@ -77,7 +76,6 @@
                 filter(lambda f: f not in to_remove, env['CCFLAGS'])

             env.Append(CPPPATH=test_dir.Dir('include'))
-            env.Append(CPPPATH=ext_dir)

             shared_lib_path = env['SHARED_LIB'][0].abspath
             sl_dir, sl_base = os.path.split(shared_lib_path)

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/14398
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: If1f88929af335a40554a9fd8df6f68aa1a4c0ba4
Gerrit-Change-Number: 14398
Gerrit-PatchSet: 3
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: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Matthias Jung <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to