home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / gdb / config / sparc / sp64sim.mt < prev    next >
Encoding:
Text File  |  1995-01-17  |  390 b   |  11 lines

  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
  11.