* fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.

From-SVN: r37410
This commit is contained in:
Mark Mitchell 2000-11-13 00:19:37 +00:00 committed by Mark Mitchell
parent 0c0ba09c8c
commit 2f86842d45
2 changed files with 6 additions and 9 deletions

View file

@ -1,3 +1,7 @@
2000-11-12 Mark Mitchell <mark@codesourcery.com>
* fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.
2000-11-12 Jakub Jelinek <jakub@redhat.com>
* reload1.c (set_label_offsets): Go inside of PARALLELs.

View file

@ -22,10 +22,7 @@ case $machine in
;;
i?86-*-sysv5* | \
i?86-*-udk* | \
i?86-*-solaris2.[0-4] | \
powerpcle-*-solaris2.[0-4] | \
sparc-*-solaris2.[0-4] )
i?86-*-udk*)
fixincludes=fixinc.svr4
;;
@ -36,11 +33,7 @@ case $machine in
*-*-netbsd* | \
alpha*-*-linux*libc1* | \
i?86-*-openbsd* | \
i?86-*-solaris2* | \
sparcv9-*-solaris2* | \
powerpcle-*-solaris2* | \
sparc-*-solaris2* )
i?86-*-openbsd*)
fixincludes=fixinc.wrap
;;