home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / mmalloc / config / mh-ncr3000 < prev    next >
Encoding:
Text File  |  1992-06-15  |  697 b   |  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.