aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r--sim/mips/Makefile.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
index e5f97e7..af5128e 100644
--- a/sim/mips/Makefile.in
+++ b/sim/mips/Makefile.in
@@ -25,18 +25,12 @@ SIM_OBJS = interp.o \
sim-watch.o
# List of flags to always pass to $(CC).
-SIM_WARNINGS=@sim_warnings@
-SIM_ENDIAN=@sim_endian@
-SIM_HOSTENDIAN=@sim_hostendian@
-SIM_INLINE=@sim_inline@
+SIM_SUBTARGET=@SIM_SUBTARGET@
# FIXME: Hack to find syscall.h? Better support for syscall.h
# is in progress.
SIM_EXTRA_CFLAGS = \
- $(SIM_WARNINGS) \
- $(SIM_ENDIAN) \
- $(SIM_HOSTENDIAN) \
- $(SIM_INLINE) \
+ $(SIM_SUBTARGET) \
-I$(srcdir)/../../newlib/libc/sys/idt
SIM_EXTRA_CLEAN = clean-extra