home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / readline / config / mh-ncr3000 < prev    next >
Encoding:
Text File  |  1992-06-15  |  816 b   |  21 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. # Define USG as -DUSG if you are using a System V operating system.
  11. # Define USGr4 also if you are on an SVR4 system.
  12. USG = -DUSG -DUSGr4
  13. RANLIB = true
  14.  
  15. # The /usr/ucb/install program is incompatible (complains about unknown
  16. # group staff).  Use good old cp...
  17. INSTALL = cp
  18.  
  19. # The l flag generates a warning from the SVR4 archiver, remove it.
  20. AR_FLAGS = cq
  21.