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 / sp64.mt < prev    next >
Encoding:
Text File  |  1995-01-17  |  630 b   |  18 lines

  1. # Target: SPARC64 (with simulator)
  2. # FIXME: May not always want the simulator.
  3. # solib.o and procfs.o taken out for now.  We don't have shared libraries yet,
  4. # and the elf version requires procfs.o but the a.out version doesn't.
  5. # Then again, having procfs.o in a target makefile fragment seems wrong.
  6. TDEPFILES = sparc-tdep.o sp64-tdep.o $(SIMFILES)
  7. TM_FILE= tm-sp64.h
  8.  
  9. # Need gcc for long long support.
  10. CC = gcc
  11.  
  12. # Regular "have long long" detection is disabled for now.
  13. MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64
  14. SIMFILES = remote-sim.o ../sim/sp64/libsim.a
  15.  
  16. # The simulator uses the sqrt() function.
  17. TM_CLIBS = -lm
  18.