old-cross-binutils/gdb/config/sparc/sp64.mt
Stan Shebs b5bfe299de * Makefile.in (ANNOTATE_OBS): New definition.
(COMMON_OBS): Add exec.o.
	(annotate.o): Remove extra compile rule.
	* config/*/*.mh, config/*/*.mt: Remove exec.o from *DEPFILES lists
	everywhere.
1994-10-13 02:28:24 +00:00

20 lines
683 B
Mathematica

# Target: SPARC64 (with simulator)
# FIXME: May not always want the simulator.
# 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
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 = 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