From 6baf06097b72f19100cde03e5dc0ffe564793a3f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 1 Jan 2023 18:25:57 -0500 Subject: sim: build: drop subdir Makefile.in files These aren't used anymore, so punt them all. --- sim/mips/Makefile.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sim/mips/Makefile.in (limited to 'sim/mips') diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in deleted file mode 100644 index 8829e3d9b0e..00000000000 --- a/sim/mips/Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ -# Makefile template for Configure for the MIPS simulator. -# Written by Cygnus Support. - -## COMMON_PRE_CONFIG_FRAG - -arch = mips - -# List of flags to always pass to $(CC). -SIM_EXTRA_CFLAGS = @SIM_MIPS_SUBTARGET@ - -SIM_BITSIZE = -DWITH_TARGET_WORD_BITSIZE=@SIM_MIPS_BITSIZE@ -DWITH_TARGET_WORD_MSB=WITH_TARGET_WORD_BITSIZE-1 -SIM_FLOAT = -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=@SIM_MIPS_FPU_BITSIZE@ - -## COMMON_POST_CONFIG_FRAG -- cgit v1.2.1