sim: mips: drop old clean workaround
authorMike Frysinger <vapier@gentoo.org>
Tue, 9 Jan 2024 01:15:50 +0000 (20:15 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 9 Jan 2024 01:20:59 +0000 (20:20 -0500)
This logic dates back to the original import, and seems to be for
handling systems where `rm -f` (i.e. no files) would error out.
None of that is relevant for us with current automake, so drop it.

sim/configure
sim/mips/acinclude.m4

index 6d0cc76..88dc76f 100755 (executable)
@@ -16661,8 +16661,7 @@ fi
 __EOF__
 
 else
-      SIM_MIPS_MULTI_SRC=mips/doesnt-exist.c
-  SIM_MIPS_IGEN_ITABLE_FLAGS='$(SIM_MIPS_SINGLE_FLAGS)'
+    SIM_MIPS_IGEN_ITABLE_FLAGS='$(SIM_MIPS_SINGLE_FLAGS)'
   if test "x$SIM_MIPS_GEN" = x"M16"; then :
   as_fn_append SIM_MIPS_IGEN_ITABLE_FLAGS ' $(SIM_MIPS_M16_FLAGS)'
 fi
index 58b55a2..ebb0eec 100644 (file)
@@ -319,8 +319,6 @@ __EOF__
 }
 __EOF__
 ], [dnl
-  dnl For clean-extra target.
-  SIM_MIPS_MULTI_SRC=mips/doesnt-exist.c
   SIM_MIPS_IGEN_ITABLE_FLAGS='$(SIM_MIPS_SINGLE_FLAGS)'
   AS_VAR_IF([SIM_MIPS_GEN], ["M16"], [AS_VAR_APPEND([SIM_MIPS_IGEN_ITABLE_FLAGS], [' $(SIM_MIPS_M16_FLAGS)'])])
 ])