From 10871b734256677208388aad2bb3d8c4f8afac07 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 3 Mar 2007 16:01:48 +0000 Subject: Add build hooks for x86. --HG-- extra : convert_revision : 438eb74f14e6ea60bab5012110f3946c9213786e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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', -- cgit v1.2.3