aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sparc/sp64sim.mt
blob: 907aba05eae6a690927838a084b8d3b9d5cdba94 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Target: SPARC simulator
# Which simulator has deliberately been avoided.  There are two and I'm
# currently playing with both. /dje

# 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
#TDEPFILES= exec.o solib.o sparc-pinsn.o sp64-tdep.o remote-shade.o ../../shade/libsim.a ../../shade/libshade.a ../../shade/libspix.a
TDEPFILES= exec.o solib.o sparc-pinsn.o sparc-tdep.o sp64-tdep.o remote-sp64sim.o ../sim/sp64/libsim.a
TM_FILE= tm-sp64sim.h