diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-03-03 23:01:38 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-03-03 23:01:38 -0800 |
commit | 880edb0b592f8b6fb88b7614e05cc48cc1599846 (patch) | |
tree | fab1fd4b0829de8a20eaa61700efc269c42c3be2 /build_opts | |
parent | 441ab29820f41eb2dd730f7acc92c7a09ac3dd8b (diff) | |
download | gem5-880edb0b592f8b6fb88b7614e05cc48cc1599846.tar.xz |
Mips: MIPS_FS doesn't build currently, so delete it to avoid confusion.
MIPS_FS doesn't build and presumably doesn't work right now. Users might see
the MIP_FS file in build_opts and expect it to work. To avoid confusion, this
change deletes that file.
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/MIPS_FS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build_opts/MIPS_FS b/build_opts/MIPS_FS deleted file mode 100644 index 3e08a2fcd..000000000 --- a/build_opts/MIPS_FS +++ /dev/null @@ -1,3 +0,0 @@ -TARGET_ISA = 'mips' -FULL_SYSTEM = 1 -PROTOCOL = 'MI_example' |