aix and irix4 support.

This commit is contained in:
K. Richard Pixley 1992-03-25 07:52:24 +00:00
parent e855b0f8a8
commit 787bc4fe9f
2 changed files with 7 additions and 2 deletions

1
config/mh-aix Normal file
View File

@ -0,0 +1 @@
INSTALL = cp

View File

@ -1,5 +1,9 @@
# Makefile changes for SGI's running IRIX-4.x.
# Tell compiler to use K&R C. We can't compile under the SGI Ansi environment.
CC = cc -cckr
# Tell compiler to use K&R C. We can't compile under the SGI Ansi
# environment. Also bump switch table size so that cp-parse will
# compile.
CC = cc -cckr -Wf,-XNg1500
SYSV = -DSYSV
RANLIB = echo >/dev/null
INSTALL = cp