home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cc-61.0.1 / cc / config / make-hp9k320g < prev    next >
Text File  |  1991-04-04  |  647b  |  22 lines

  1. # Make assignments for compilation on HPUX with their C compiler.
  2. CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
  3. OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
  4. ALLOCA=alloca.o
  5. # For CCLIBFLAGS you might want to specify the switch that
  6. # forces only 68000 instructions to be used.
  7.  
  8. CFLAGS= -g -I../hp-include
  9.  
  10. # Version 5 of HPUX had a compiler bug that made it crash with -g.
  11. # You must set CFLAGS to empty on version 5.
  12.  
  13. # You must get alloca.c from GNU Emacs.
  14.  
  15. # Control how gnulib is made.
  16. HPUX_GAS=yes
  17.  
  18. # Alas, we don't know where these programs can be found.
  19. # We can only guess.
  20. AR=/usr/local/gnubin/ar
  21. HPXT=/usr/local/bin/hpxt
  22.