diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5f24aff..4909983 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -262,7 +262,7 @@ OPCODES_CFLAGS = -I$(OP_INCLUDE) # The simulator is usually nonexistent; targets that include one # should set this to list all the .o or .a files to be linked in. -SIM = +SIM = @SIM@ WIN32LIBS = @WIN32LIBS@ @@ -427,20 +427,13 @@ SER_HARDWIRE = @SER_HARDWIRE@ REMOTE_OBS = remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o # This is remote-sim.o if a simulator is to be linked in. -SIM_OBS = +SIM_OBS = @SIM_OBS@ # Host and target-dependent makefile fragments come in here. @host_makefile_frag@ @target_makefile_frag@ # End of host and target-dependent makefile fragments -# Possibly ignore the simulator. If the simulator is being ignored, -# these expand into SIM= and SIM_OBJ=, overriding the entries from -# target_makefile_frag -# -@IGNORE_SIM@ -@IGNORE_SIM_OBS@ - FLAGS_TO_PASS = \ "prefix=$(prefix)" \ "exec_prefix=$(exec_prefix)" \ |