aix and irix4 support.
authorK. Richard Pixley <rich@cygnus>
Wed, 25 Mar 1992 07:52:24 +0000 (07:52 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 25 Mar 1992 07:52:24 +0000 (07:52 +0000)
config/mh-aix [new file with mode: 0644]
config/mh-irix4

diff --git a/config/mh-aix b/config/mh-aix
new file mode 100644 (file)
index 0000000..ff85fa0
--- /dev/null
@@ -0,0 +1 @@
+INSTALL = cp
index a11517e4455eb920d0fe4d89859cc6755830d637..5864b2743900ed75e1254e2832b14999cd67b8c5 100644 (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