projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cae538
)
m5=>gem5: Make the regression script build gem5.* instead of m5.*
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 7 Feb 2012 12:43:05 +0000
(
04:43
-0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 7 Feb 2012 12:43:05 +0000
(
04:43
-0800)
util/regress
patch
|
blob
|
history
diff --git
a/util/regress
b/util/regress
index c8704381b057b31034a7f4cd096f7fe63c679885..9fa00e2dc4cf2de9851a6e78b3b5b2d90cd12e23 100755
(executable)
--- a/
util/regress
+++ b/
util/regress
@@
-111,7
+111,7
@@
targets = []
# start with compile-only targets, if any
if compile_variants:
- targets += ['%s/%s/m5.%s' % (options.build_dir, build, variant)
+ targets += ['%s/%s/
ge
m5.%s' % (options.build_dir, build, variant)
for variant in compile_variants
for build in builds]