Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66853?usp=email )

Change subject: util: Update util-tlm to require C++17
......................................................................

util: Update util-tlm to require C++17

It's the version we currently use to compile gem5

Change-Id: I5d2d26e5ba32191d65a4a5ae58d29a16970d062d
Signed-off-by: Giacomo Travaglini <giacomo.travagl...@arm.com>
---
M util/tlm/SConstruct
1 file changed, 14 insertions(+), 1 deletion(-)



diff --git a/util/tlm/SConstruct b/util/tlm/SConstruct
index f1e057d..1a9a79f 100644
--- a/util/tlm/SConstruct
+++ b/util/tlm/SConstruct
@@ -51,11 +51,12 @@
 env.Append(CPPPATH=[gem5_root + '/build/' + gem5_arch,
                     gem5_root + '/util/systemc/gem5_within_systemc',
                     gem5_root + '/ext/systemc/src',
+                    gem5_root + '/ext',
                     '#src',
                     '#examples/common',
                     ])

-env.Append(CXXFLAGS=['-std=c++14',
+env.Append(CXXFLAGS=['-std=c++17',
                      '-DSC_INCLUDE_DYNAMIC_PROCESSES',
                      '-DTRACING_ON',
                      ])

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/66853?usp=email 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: I5d2d26e5ba32191d65a4a5ae58d29a16970d062d
Gerrit-Change-Number: 66853
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to