From 787bc4fe9fd646b050fb28b9b085dc8a4cebee97 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 25 Mar 1992 07:52:24 +0000 Subject: [PATCH] aix and irix4 support. --- config/mh-aix | 1 + config/mh-irix4 | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 config/mh-aix diff --git a/config/mh-aix b/config/mh-aix new file mode 100644 index 00000000000..ff85fa0e8bc --- /dev/null +++ b/config/mh-aix @@ -0,0 +1 @@ +INSTALL = cp diff --git a/config/mh-irix4 b/config/mh-irix4 index a11517e4455..5864b274390 100644 --- a/config/mh-irix4 +++ b/config/mh-irix4 @@ -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 -- 2.30.2