[gem5-dev] [S] Change in gem5/gem5[develop]: util: Update util-tlm to require C++17

2022-12-27 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. (  
https://gem5-review.googlesource.com/c/public/gem5/+/66853?usp=email )


 (

1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the  
submitted one.

 )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 
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/66853
Maintainer: Daniel Carvalho 
Reviewed-by: Daniel Carvalho 
Tested-by: kokoro 
---
M util/tlm/SConstruct
1 file changed, 18 insertions(+), 1 deletion(-)

Approvals:
  Daniel Carvalho: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




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: 3
Gerrit-Owner: Giacomo Travaglini 
Gerrit-Reviewer: Daniel Carvalho 
Gerrit-Reviewer: Gabe Black 
Gerrit-Reviewer: Giacomo Travaglini 
Gerrit-Reviewer: kokoro 
Gerrit-MessageType: merged
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org


[gem5-dev] [S] Change in gem5/gem5[develop]: util: Update util-tlm to require C++17

2022-12-20 Thread Giacomo Travaglini (Gerrit) via gem5-dev
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 
---
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 
Gerrit-MessageType: newchange
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org