diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-03 16:01:48 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-03 16:01:48 +0000 |
commit | 10871b734256677208388aad2bb3d8c4f8afac07 (patch) | |
tree | 294b8f907b3d63cdb62ca3ca728690e3fa4921b5 /build_opts | |
parent | 94133657a1b9ff889da93e5c4ad6d858c8f21bf6 (diff) | |
download | gem5-10871b734256677208388aad2bb3d8c4f8afac07.tar.xz |
Add build hooks for x86.
--HG--
extra : convert_revision : 438eb74f14e6ea60bab5012110f3946c9213786e
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/X86_SE | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_opts/X86_SE b/build_opts/X86_SE new file mode 100644 index 000000000..5913cde1e --- /dev/null +++ b/build_opts/X86_SE @@ -0,0 +1,3 @@ +TARGET_ISA = 'x86' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU' +FULL_SYSTEM = 0 |