From: K. Richard Pixley Date: Wed, 25 Mar 1992 07:52:24 +0000 (+0000) Subject: aix and irix4 support. X-Git-Tag: gdb-4_18~22150 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=787bc4fe9fd646b050fb28b9b085dc8a4cebee97;p=platform%2Fupstream%2Fbinutils.git aix and irix4 support. --- diff --git a/config/mh-aix b/config/mh-aix new file mode 100644 index 0000000..ff85fa0 --- /dev/null +++ b/config/mh-aix @@ -0,0 +1 @@ +INSTALL = cp diff --git a/config/mh-irix4 b/config/mh-irix4 index a11517e..5864b27 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