import gdb-1999-11-08 snapshot
[deliverable/binutils-gdb.git] / gdb / config / sparc / sp64sim.mt
CommitLineData
c906108c
SS
1# Target: SPARC64 (with simulator)
2# solib.o and procfs.o taken out for now. We don't have shared libraries yet,
3# and the elf version requires procfs.o but the a.out version doesn't.
4# Then again, having procfs.o in a target makefile fragment seems wrong.
5TDEPFILES = sparc-tdep.o
6TM_FILE= tm-sp64.h
7
8# Need gcc for long long support.
9CC = gcc
10
11MH_CFLAGS = -I${srcdir}/../sim/sp64
12SIM_OBS = remote-sim.o
13SIM = ../sim/sp64/libsim.a
This page took 0.041377 seconds and 4 git commands to generate.