(SIMFILES): Use remote-sim.o instead of remote-sp64sim.o.
[deliverable/binutils-gdb.git] / gdb / config / sparc / sp64.mt
CommitLineData
3b22d69a
DE
1# Target: SPARC64 (with simulator)
2# FIXME: May not always want the simulator.
3
4# Need gcc for long long support.
5CC = gcc
6
7# Regular "have long long" detection is disabled for now.
8MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64
9b4bebb2 9SIMFILES = remote-sim.o ../sim/sp64/libsim.a
3b22d69a
DE
10
11# solib.o and procfs.o taken out for now. We don't have shared libraries yet,
12# and the elf version requires procfs.o but the a.out version doesn't.
13# Then again, having procfs.o in a target makefile fragment seems wrong.
14TDEPFILES = exec.o sparc-pinsn.o sparc-tdep.o sp64-tdep.o $(SIMFILES)
15
9b4bebb2
DE
16# The simulator uses the sqrt() function.
17TM_CLIBS = -lm
18
3b22d69a
DE
19# configure.in requires "TM_FILE= ".
20TM_FILE= tm-sp64.h
This page took 0.057524 seconds and 4 git commands to generate.