From: Kevin Lim Date: Thu, 22 Jun 2006 22:03:08 +0000 (-0400) Subject: Fix to have the static inst exec sigs also dependent on the CPU models used. X-Git-Tag: m5_2.0_beta1~36^2~53 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fc3055e964c96d3f975f791a7ad36db3d0e4e09;p=gem5.git Fix to have the static inst exec sigs also dependent on the CPU models used. --HG-- extra : convert_revision : 65d978d638dd9a57a641ca52adcf2c0ef48edf1c --- diff --git a/src/cpu/SConscript b/src/cpu/SConscript index eea9ba64b..3ca4a1471 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -100,6 +100,7 @@ env.Command('static_inst_exec_sigs.hh', models_db, varlist = temp_cpu_list)) env.Depends('static_inst_exec_sigs.hh', Value(env['USE_CHECKER'])) +env.Depends('static_inst_exec_sigs.hh', Value(env['CPU_MODELS'])) # List of suppported CPUs by the Checker. Errors out if USE_CHECKER=True # and one of these are not being used.