util: Remove ALPHA from the regress script.
authorGabe Black <gabeblack@google.com>
Mon, 17 Feb 2020 10:15:44 +0000 (02:15 -0800)
committerGabe Black <gabeblack@google.com>
Tue, 18 Feb 2020 10:25:19 +0000 (10:25 +0000)
The default architecture will now be ARM.

Change-Id: Ib2bda3d4ce1fc25f1fec1c9f62eeb9b81032017b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25460
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Gabe Black <gabeblack@google.com>

util/regress

index 1e89bd12bacd95b754d68499fd583a438ba7b52d..1f1404c94e64d106646d43c082c94a8af27e233c 100755 (executable)
@@ -38,7 +38,7 @@ add_option = optparser.add_option
 add_option('-v', '--verbose', action='store_true', default=False,
            help='echo commands before executing')
 add_option('--builds',
-           default='ALPHA,' \
+           default='ARM,' \
            'MIPS,' \
            'NULL,' \
            'NULL_MOESI_hammer,' \
@@ -48,7 +48,6 @@ add_option('--builds',
            'POWER,' \
            'SPARC,' \
            'X86,X86_MESI_Two_Level,' \
-           'ARM,' \
            'RISCV,' \
            'HSAIL_X86',
            help="comma-separated build targets to test (default: '%default')")