home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdb-4.12.tar.gz / gdb-4.12.tar / gdb-4.12 / mmalloc / config / mh-ncr3000 < prev    next >
Text File  |  1994-02-03  |  697b  |  19 lines

  1. # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
  2. # This compiler not only emits obnoxious copyright messages every time
  3. # you run it, but it chokes and dies on a whole bunch of GNU source
  4. # files.  Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
  5. # Unfortunately though, the AT&T compiler sometimes generates code that
  6. # the assembler barfs on if -g is used, so disable it by default as well.
  7. CC = /usr/ccs/ATT/cc
  8. CFLAGS =
  9.  
  10. # SVR4 has mmap(), so compile according.
  11. HDEFINES = -DHAVE_MMAP
  12.  
  13. # SVR4 does not have or need ranlib.
  14. RANLIB = true
  15.  
  16. # The /usr/ucb/install program is incompatible (complains about unknown
  17. # group staff).  Use good old cp...
  18. INSTALL = cp
  19.