From: Gabe Black Date: Fri, 4 Mar 2011 07:01:38 +0000 (-0800) Subject: Mips: MIPS_FS doesn't build currently, so delete it to avoid confusion. X-Git-Tag: stable_2012_02_02~487 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=880edb0b592f8b6fb88b7614e05cc48cc1599846;p=gem5.git 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. --- 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'