X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=SConstruct;h=0a3d6de027faf9239b4a77b2bd483e769d1d1977;hb=780489d58bfd2d024b9a25398df156151099eb45;hp=adcc9eb7cee8336334cbc472b37375c5088a240e;hpb=f9a341f8e7871135e52d208c65185c96c1e51de5;p=gem5.git diff --git a/SConstruct b/SConstruct index adcc9eb7c..0a3d6de02 100644 --- a/SConstruct +++ b/SConstruct @@ -363,7 +363,7 @@ if have_mysql: env = conf.Finish() # Define the universe of supported ISAs -env['ALL_ISA_LIST'] = ['alpha', 'sparc', 'mips'] +env['ALL_ISA_LIST'] = ['alpha', 'sparc', 'mips', 'x86'] # Define the universe of supported CPU models env['ALL_CPU_LIST'] = ['AtomicSimpleCPU', 'TimingSimpleCPU',