From 015eeec1f4c039bf7c3c157dfeb228f27a119650 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 17 Feb 2020 02:15:44 -0800 Subject: [PATCH] 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 Reviewed-by: Bobby R. Bruce Maintainer: Gabe Black --- util/regress | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/regress b/util/regress index 1e89bd12b..1f1404c94 100755 --- a/util/regress +++ b/util/regress @@ -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')") -- 2.30.2