(SIMFILES): Use remote-sim.o instead of remote-sp64sim.o.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sun, 20 Mar 1994 23:31:15 +0000 (23:31 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sun, 20 Mar 1994 23:31:15 +0000 (23:31 +0000)
(TM_CLIBS): Define to -lm, the simulator uses the sqrt() function.

gdb/config/sparc/sp64.mt

index 278efed9517fef349afd5f45314cdfb951d17511..af495ade0a40bf9c8c162f2d4174ede411efd3f6 100644 (file)
@@ -6,12 +6,15 @@ CC = gcc
 
 # Regular "have long long" detection is disabled for now.
 MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64
-SIMFILES = remote-sp64sim.o ../sim/sp64/libsim.a
+SIMFILES = remote-sim.o ../sim/sp64/libsim.a
 
 # 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 = exec.o sparc-pinsn.o sparc-tdep.o sp64-tdep.o $(SIMFILES)
 
+# The simulator uses the sqrt() function.
+TM_CLIBS = -lm
+
 # configure.in requires "TM_FILE= ".
 TM_FILE= tm-sp64.h
This page took 0.028783 seconds and 4 git commands to generate.