home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / gdb-4.12-src.lha / gdb-4.12 / gdb / config / mips / decstation.mh < prev    next >
Encoding:
Text File  |  1994-02-03  |  383 b   |  12 lines

  1. # Host: Little-endian MIPS machine such as DECstation.
  2. XDEPFILES= 
  3. XM_FILE= xm-mips.h
  4. NAT_FILE= nm-mips.h
  5. NATDEPFILES= infptrace.o inftarg.o corelow.o mips-nat.o fork-child.o
  6.  
  7. # We can't use MMALLOC because the DECstation RPC library can't cope
  8. # with a malloc(0) that returns 0.  Besides, it's useless on a machine
  9. # without a real mmap().
  10. MMALLOC = 
  11. MMALLOC_DISABLE = -DNO_MMALLOC
  12.