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 >
Wrap
Text File
|
1991-04-04
|
647b
|
22 lines
# Make assignments for compilation on HPUX with their C compiler.
CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
ALLOCA=alloca.o
# For CCLIBFLAGS you might want to specify the switch that
# forces only 68000 instructions to be used.
CFLAGS= -g -I../hp-include
# Version 5 of HPUX had a compiler bug that made it crash with -g.
# You must set CFLAGS to empty on version 5.
# You must get alloca.c from GNU Emacs.
# Control how gnulib is made.
HPUX_GAS=yes
# Alas, we don't know where these programs can be found.
# We can only guess.
AR=/usr/local/gnubin/ar
HPXT=/usr/local/bin/hpxt