* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
[deliverable/binutils-gdb.git] / gdb / config / sparc / sp64sim.mt
1 # Target: SPARC simulator
2 # Which simulator has deliberately been avoided. There are two and I'm
3 # currently playing with both. /dje
4
5 # Need gcc for long long support.
6 CC = gcc
7 # Regular "have long long" detection is disabled for now.
8 MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64
9 TDEPFILES= solib.o sparc-tdep.o sp64-tdep.o remote-sim.o ../sim/sp64/libsim.a
10 TM_FILE= tm-sp64sim.h
This page took 0.031973 seconds and 5 git commands to generate.