diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-02-07 04:43:05 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-02-07 04:43:05 -0800 |
commit | 214d7af2fe0e8a8c9eec4c07343d32d4fb5f84b2 (patch) | |
tree | 2ed97681eee2ecfd1b2a4281cb10dc97b868d555 | |
parent | 6cae538ce9e9bcc0ab97cb16acff9716ccd4606d (diff) | |
download | gem5-214d7af2fe0e8a8c9eec4c07343d32d4fb5f84b2.tar.xz |
m5=>gem5: Make the regression script build gem5.* instead of m5.*
-rwxr-xr-x | util/regress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress index c8704381b..9fa00e2dc 100755 --- 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/gem5.%s' % (options.build_dir, build, variant) for variant in compile_variants for build in builds] |