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 / readline / config / mh-ncr3000 < prev    next >
Text File  |  1994-02-03  |  816b  |  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.