m5=>gem5: Make the regression script build gem5.* instead of m5.*
authorGabe Black <gblack@eecs.umich.edu>
Tue, 7 Feb 2012 12:43:05 +0000 (04:43 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 7 Feb 2012 12:43:05 +0000 (04:43 -0800)
util/regress

index c8704381b057b31034a7f4cd096f7fe63c679885..9fa00e2dc4cf2de9851a6e78b3b5b2d90cd12e23 100755 (executable)
@@ -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]