Merge zizzer.eecs.umich.edu:/bk/newmem
[gem5.git] / SConstruct
index adcc9eb7cee8336334cbc472b37375c5088a240e..0a3d6de027faf9239b4a77b2bd483e769d1d1977 100644 (file)
@@ -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',