summaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-25 03:23:06 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-25 10:05:39 -0500
commitedda128da79dc50e6932355e6fd73516a03dd186 (patch)
tree19079f095ea2c0a0103023b47b76526ccf1ea73c /sim/mips
parent68bb0d2765abfdcd9f2b29311c60b5472f0b1a24 (diff)
downloadbinutils-gdb-edda128da79dc50e6932355e6fd73516a03dd186.tar.gz
sim: mips: move distclean settings to common build
This was missed when mips/configure was merged into the top-level.
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/Makefile.in4
-rw-r--r--sim/mips/local.mk3
2 files changed, 3 insertions, 4 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
index 8493f8780dc..fbf13519e8d 100644
--- a/sim/mips/Makefile.in
+++ b/sim/mips/Makefile.in
@@ -83,7 +83,6 @@ SIM_BITSIZE = -DWITH_TARGET_WORD_BITSIZE=@SIM_MIPS_BITSIZE@ -DWITH_TARGET_WORD_M
SIM_FLOAT = -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=@SIM_MIPS_FPU_BITSIZE@
SIM_EXTRA_CLEAN = clean-extra
-SIM_EXTRA_DISTCLEAN = distclean-extra
all: $(SIM_$(SIM_MIPS_GEN)_ALL)
@@ -505,6 +504,3 @@ clean-extra:
rm -f $(BUILT_SRC_FROM_MULTI)
rm -f tmp-*
rm -f micromips16*.o micromips32*.o m16*.o m32*.o itable*.o
-
-distclean-extra:
- rm -f multi-include.h multi-run.c
diff --git a/sim/mips/local.mk b/sim/mips/local.mk
index a708f64f84b..21a6f5cb56b 100644
--- a/sim/mips/local.mk
+++ b/sim/mips/local.mk
@@ -29,3 +29,6 @@ SIM_ALL_RECURSIVE_DEPS += $(IGEN)
%C%_SIM_EXTRA_HW_DEVICES = tx3904cpu tx3904irc tx3904tmr tx3904sio
AM_MAKEFLAGS += %C%_SIM_EXTRA_HW_DEVICES="$(%C%_SIM_EXTRA_HW_DEVICES)"
+
+## These are created by mips/acinclude.m4 during configure time.
+DISTCLEANFILES += %D%/multi-include.h %D%/multi-run.c