diff options
Diffstat (limited to 'sim/mips/Makefile.in')
-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 |