Commit 2f86842d by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r37410
parent 0c0ba09c
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
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment