2003-01-28 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / config / sparc / sp64sim.mt
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.
5 TDEPFILES = sparc-tdep.o
6 TM_FILE= tm-sp64.h
7
8 # Need gcc for long long support.
9 CC = gcc
10
11 MH_CFLAGS = -I${srcdir}/../sim/sp64
12 SIM_OBS = remote-sim.o
13 SIM = ../sim/sp64/libsim.a
This page took 0.030364 seconds and 4 git commands to generate.