]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/tic80/Makefile.in
Remove need to update <targ>/Makefile.in when adding optional options
[thirdparty/binutils-gdb.git] / sim / tic80 / Makefile.in
index 5a0a643b5619c52966e74bdc832c73d1c23c8653..ac841e47664f35b750b234db91e6c50ca3e5fb0c 100644 (file)
@@ -44,19 +44,8 @@ SIM_EXTRA_LIBS = -lm
 SIM_GEN=tmp-igen
 
 # 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_RESERVED_BITS=@sim_reserved_bits@
-SIM_ALIGNMENT=@sim_alignment@
 
 SIM_EXTRA_CFLAGS = \
-       $(SIM_WARNINGS) \
-       $(SIM_ENDIAN) \
-       $(SIM_HOSTENDIAN) \
-       $(SIM_INLINE) \
-       $(SIM_RESERVED_BITS) \
        -DWITH_TARGET_WORD_MSB=31
 
 # List of main object files for `run'.