aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-23 01:25:26 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-23 01:25:26 +0000
commit92f91d1ff0df74b6ef05c908028461d97735ad9f (patch)
treed8397d333bec034df3bece79d36a755fa8718716 /sim/tic80/Makefile.in
parent166d7e5549bbc71127a6d1521f9725fd5d56e239 (diff)
downloadgdb-92f91d1ff0df74b6ef05c908028461d97735ad9f.zip
gdb-92f91d1ff0df74b6ef05c908028461d97735ad9f.tar.gz
gdb-92f91d1ff0df74b6ef05c908028461d97735ad9f.tar.bz2
Remove need to update <targ>/Makefile.in when adding optional options
to <targ>/configure.in. Simplify logic used to select target [default] endianness.
Diffstat (limited to 'sim/tic80/Makefile.in')
-rw-r--r--sim/tic80/Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/sim/tic80/Makefile.in b/sim/tic80/Makefile.in
index 5a0a643..ac841e4 100644
--- a/sim/tic80/Makefile.in
+++ b/sim/tic80/Makefile.in
@@ -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'.