diff options
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/mh-irix4 | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 5a95fb8..b0e43cf 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,11 @@ +Fri Jul 5 11:49:02 1996 Ian Lance Taylor <ian@cygnus.com> + + * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib. + Sun Jun 23 22:59:25 1996 Geoffrey Noer <noer@cygnus.com> * mh-cygwin32: new file. Like mh-go32 without the CFLAGS entry. + * .Sanitize: listed new file Tue Mar 26 14:10:41 1996 Ian Lance Taylor <ian@cygnus.com> diff --git a/config/mh-irix4 b/config/mh-irix4 index a48334c..6872145 100644 --- a/config/mh-irix4 +++ b/config/mh-irix4 @@ -5,4 +5,3 @@ CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192 SYSV = -DSYSV -RANLIB = true |