* fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.
From-SVN: r37410
This commit is contained in:
parent
0c0ba09c8c
commit
2f86842d45
2 changed files with 6 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue