From: Steve Reinhardt Date: Mon, 21 Aug 2006 06:13:35 +0000 (-0700) Subject: TEST_CPU_MODELS isn't used anymore. X-Git-Tag: m5_2.0_beta1_patch1~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25643e07c8966d2239d577073f7f07f95e4e1e4e;p=gem5.git TEST_CPU_MODELS isn't used anymore. --HG-- extra : convert_revision : 742bda87e79657573cec404b8650fa26d189d1a1 --- diff --git a/SConstruct b/SConstruct index da120c985..642d012db 100644 --- a/SConstruct +++ b/SConstruct @@ -302,8 +302,6 @@ sticky_opts.AddOptions( # Non-sticky options only apply to the current build. nonsticky_opts = Options(args=ARGUMENTS) nonsticky_opts.AddOptions( - ListOption('TEST_CPU_MODELS', 'CPU models to test if regression is being run', '', - env['ALL_CPU_LIST']), BoolOption('update_ref', 'Update test reference outputs', False) )