diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-02-14 20:13:08 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-02-14 20:13:08 -0500 |
commit | 7826fcd09dfb265adae82f99d09944fe67f0fb5a (patch) | |
tree | 648ad09c0440a8a76ae3b9285b2d4d12a4f30905 /build | |
parent | 085b73fe445f75504ca042135495dfede1d55d45 (diff) | |
download | gem5-7826fcd09dfb265adae82f99d09944fe67f0fb5a.tar.xz |
New files to fix building the SPARC_SE and MIPS_SE isa_parser.py generated files.
--HG--
extra : convert_revision : 94a9543376f8b4709a4aef54c5ac0d6f582a9dad
Diffstat (limited to 'build')
-rw-r--r-- | build/build_options/default/MIPS_SE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build_options/default/MIPS_SE b/build/build_options/default/MIPS_SE new file mode 100644 index 000000000..e74e2f69c --- /dev/null +++ b/build/build_options/default/MIPS_SE @@ -0,0 +1,2 @@ +TARGET_ISA = 'mips' +FULL_SYSTEM = 0 |