home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / gdb / config / sparc / sp64sim.mt < prev    next >
Encoding:
Text File  |  1993-10-14  |  411 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= exec.o solib.o sparc-pinsn.o sparc-tdep.o sp64-tdep.o remote-sim.o ../sim/sp64/libsim.a
  10. TM_FILE= tm-sp64sim.h
  11.