util: In build_cross_gcc, set LIMITS_H_TEST=true.
[gem5.git] / util / regress
index ceaaf739d7f0a527de9fa038a99b9edcb26f3b91..1f1404c94e64d106646d43c082c94a8af27e233c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2.7
 # Copyright (c) 2005-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
@@ -24,8 +24,6 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-# Authors: Steve Reinhardt
 
 import sys
 import os
@@ -40,16 +38,17 @@ add_option = optparser.add_option
 add_option('-v', '--verbose', action='store_true', default=False,
            help='echo commands before executing')
 add_option('--builds',
-           default='ALPHA,ALPHA_MOESI_hammer,' \
-           'ALPHA_MESI_Two_Level,'  \
-           'ALPHA_MOESI_CMP_directory,' \
-           'ALPHA_MOESI_CMP_token,' \
+           default='ARM,' \
            'MIPS,' \
            'NULL,' \
+           'NULL_MOESI_hammer,' \
+           'NULL_MESI_Two_Level,'  \
+           'NULL_MOESI_CMP_directory,' \
+           'NULL_MOESI_CMP_token,' \
            'POWER,' \
            'SPARC,' \
            'X86,X86_MESI_Two_Level,' \
-           'ARM,' \
+           'RISCV,' \
            'HSAIL_X86',
            help="comma-separated build targets to test (default: '%default')")
 add_option('--modes',