summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-03 16:01:48 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-03 16:01:48 +0000
commit10871b734256677208388aad2bb3d8c4f8afac07 (patch)
tree294b8f907b3d63cdb62ca3ca728690e3fa4921b5 /SConstruct
parent94133657a1b9ff889da93e5c4ad6d858c8f21bf6 (diff)
downloadgem5-10871b734256677208388aad2bb3d8c4f8afac07.tar.xz
Add build hooks for x86.
--HG-- extra : convert_revision : 438eb74f14e6ea60bab5012110f3946c9213786e
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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',