1993-07-30 18:40:05 +00:00
|
|
|
# Target: SPARC64 (with simulator)
|
|
|
|
# FIXME: May not always want the simulator.
|
1995-01-17 04:53:00 +00:00
|
|
|
# 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 sp64-tdep.o $(SIMFILES)
|
|
|
|
TM_FILE= tm-sp64.h
|
1993-07-30 18:40:05 +00:00
|
|
|
|
|
|
|
# Need gcc for long long support.
|
|
|
|
CC = gcc
|
|
|
|
|
|
|
|
# Regular "have long long" detection is disabled for now.
|
|
|
|
MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64
|
1994-03-20 23:31:15 +00:00
|
|
|
SIMFILES = remote-sim.o ../sim/sp64/libsim.a
|
1993-07-30 18:40:05 +00:00
|
|
|
|
1994-03-20 23:31:15 +00:00
|
|
|
# The simulator uses the sqrt() function.
|
|
|
|
TM_CLIBS = -lm
|