diff options
Diffstat (limited to 'gdb/config/sparc/sp64sim.mt')
-rw-r--r-- | gdb/config/sparc/sp64sim.mt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/config/sparc/sp64sim.mt b/gdb/config/sparc/sp64sim.mt index b748180..6613284 100644 --- a/gdb/config/sparc/sp64sim.mt +++ b/gdb/config/sparc/sp64sim.mt @@ -2,14 +2,15 @@ # solib.o and procfs.o taken out for now. We don't have shared libraries yet, # and the elf version requires procfs.o but the a.out version doesn't. # Then again, having procfs.o in a target makefile fragment seems wrong. -TDEPFILES = sparc-tdep.o $(SIMFILES) +TDEPFILES = sparc-tdep.o TM_FILE= tm-sp64.h # Need gcc for long long support. CC = gcc MH_CFLAGS = -I${srcdir}/../sim/sp64 -SIMFILES = remote-sim.o ../sim/sp64/libsim.a +SIM_OBS = remote-sim.o +SIM = ../sim/sp64/libsim.a # The simulator uses the sqrt() function. TM_CLIBS = -lm |