diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 18:25:57 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-11 22:49:28 -0500 |
commit | 6baf06097b72f19100cde03e5dc0ffe564793a3f (patch) | |
tree | 6cf915e10839f804cbfb269d620e2fdb0e3524a6 /sim/mips | |
parent | 6c76a6beade05f8b2ca93e939cf73da2917d379b (diff) | |
download | fsf-binutils-gdb-6baf06097b72f19100cde03e5dc0ffe564793a3f.zip fsf-binutils-gdb-6baf06097b72f19100cde03e5dc0ffe564793a3f.tar.gz fsf-binutils-gdb-6baf06097b72f19100cde03e5dc0ffe564793a3f.tar.bz2 |
sim: build: drop subdir Makefile.in files
These aren't used anymore, so punt them all.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in deleted file mode 100644 index 8829e3d..0000000 --- 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 |