diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-11-12 01:50:39 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-11-12 01:50:39 +0000 |
commit | bbdd639d33b00620134e7806f46f279e71db8963 (patch) | |
tree | 0338205772593da7b820229e30707096a63bc301 /gcc | |
parent | 8a3d997e537a2c650a4713ceb27e2077ad93c8cb (diff) | |
download | gcc-bbdd639d33b00620134e7806f46f279e71db8963.zip gcc-bbdd639d33b00620134e7806f46f279e71db8963.tar.gz gcc-bbdd639d33b00620134e7806f46f279e71db8963.tar.bz2 |
* fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.
From-SVN: r37398
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/fixinc/mkfixinc.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c739934..f91814a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 11 18:41:20 2000 Mark P Mitchell <mark@codesourcery.com> + + * fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX. + 2000-11-11 Jason Merrill <jason@redhat.com> * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh index 0b2c629..8f398f2 100755 --- a/gcc/fixinc/mkfixinc.sh +++ b/gcc/fixinc/mkfixinc.sh @@ -83,10 +83,6 @@ case $machine in thumb-*-coff* | thumbel-*-coff* ) fixincludes= ;; - - *-sgi-irix*) - fixincludes=fixinc.irix - ;; esac # IF there is no include fixing, |