m5=>gem5: Make the regression script build gem5.* instead of m5.*
This commit is contained in:
parent
6cae538ce9
commit
214d7af2fe
1 changed files with 1 additions and 1 deletions
|
@ -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/gem5.%s' % (options.build_dir, build, variant)
|
||||
for variant in compile_variants
|
||||
for build in builds]
|
||||
|
||||
|
|
Loading…
Reference in a new issue