diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2015-09-03 15:40:20 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2015-09-03 15:40:20 -0500 |
commit | 80b911afd573ecda0cefb8f24b83d94b7faf4b7b (patch) | |
tree | 95aa2f9794fe70fa812c63583f9db6602457b69e /src/SConscript | |
parent | 2ab38ba13c6245480a08cd5b8651b5af8fce5a4b (diff) | |
parent | 87b9da2df4d4dc0028566a7803ee55159343d735 (diff) | |
download | gem5-80b911afd573ecda0cefb8f24b83d94b7faf4b7b.tar.xz |
merged with recent commits.
Diffstat (limited to 'src/SConscript')
-rwxr-xr-x | src/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SConscript b/src/SConscript index 95c8f002f..eae03a98a 100755 --- a/src/SConscript +++ b/src/SConscript @@ -916,6 +916,11 @@ env.Command('debug/flags.cc', Value(debug_flags), env.Depends(SWIG, 'debug/flags.cc') Source('debug/flags.cc') +# version tags +env.Command('sim/tags.cc', None, + MakeAction('util/cpt_upgrader.py --get-cc-file > $TARGET', + Transform("VER TAGS"))) + # Embed python files. All .py files that have been indicated by a # PySource() call in a SConscript need to be embedded into the M5 # library. To do that, we compile the file to byte code, marshal the |