[PATCH/committed] sim: mips: drop old clean workaround

Message ID 20240109012358.597-1-vapier@gentoo.org
State New
Headers
Series [PATCH/committed] sim: mips: drop old clean workaround |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_gdb_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged

Commit Message

Mike Frysinger Jan. 9, 2024, 1:23 a.m. UTC
  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         | 3 +--
 sim/mips/acinclude.m4 | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)
  

Patch

diff --git a/sim/mips/acinclude.m4 b/sim/mips/acinclude.m4
index 58b55a2782b6..ebb0eece8884 100644
--- a/sim/mips/acinclude.m4
+++ b/sim/mips/acinclude.m4
@@ -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)'])])
 ])