From 7621c47728e1d53537e996eb36bc1c55aeb1936e Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 9 Jul 1996 00:32:21 +0000 Subject: [PATCH] Add new config file for Irix 6. --- config/ChangeLog | 4 ++++ config/mh-irix6 | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 config/mh-irix6 diff --git a/config/ChangeLog b/config/ChangeLog index 900f7f0..19dc35a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 8 17:30:52 1996 Jim Wilson + + * mh-irix6: New file. + Mon Jul 8 15:15:37 1996 Jason Merrill * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC. diff --git a/config/mh-irix6 b/config/mh-irix6 new file mode 100644 index 0000000..6d25c16 --- /dev/null +++ b/config/mh-irix6 @@ -0,0 +1,7 @@ +# Makefile changes for SGI's running IRIX-6.x. +SYSV = -DSYSV +RANLIB = true +# Specify the ABI, to ensure that all Irix 6 systems will behave the same. +# Also, using -32 avoids bugs that exist in the n32/n64 support in some +# versions of the SGI compiler. +CC = cc -32 -- 2.7.4