util: Remove ALPHA from the regress script.

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>
This commit is contained in:
Gabe Black
2020-02-17 02:15:44 -08:00
parent 40d8e53242
commit 015eeec1f4

View File

@@ -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')")