PATCH: fixincludes on Solaris

Mark Mitchell mark@codesourcery.com
Sun Nov 12 16:19:00 GMT 2000


This patch is the first in a series that get V3 working on Solaris.
This one actually is required to bootstrap at all, now that wchar_t is
a C++ keyword.

The patch switches Solaris to use the ordinary fixincludes machinery.
Bootstrapped and tested on sparc-sun-solaris2.8.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2000-11-12  Mark Mitchell  <mark@codesourcery.com>

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

Index: gcc/fixinc/mkfixinc.sh
===================================================================
RCS file: /cvs/gcc/egcs/gcc/fixinc/mkfixinc.sh,v
retrieving revision 1.24
diff -c -p -r1.24 mkfixinc.sh
*** mkfixinc.sh	2000/08/30 22:57:10	1.24
--- mkfixinc.sh	2000/11/13 00:11:54
*************** case $machine in
*** 22,31 ****
  		;;
  
  	i?86-*-sysv5* | \
! 	i?86-*-udk* | \
! 	i?86-*-solaris2.[0-4] | \
! 	powerpcle-*-solaris2.[0-4] | \
! 	sparc-*-solaris2.[0-4] )
  		fixincludes=fixinc.svr4
  		;;
  
--- 22,28 ----
  		;;
  
  	i?86-*-sysv5* | \
! 	i?86-*-udk*)
  		fixincludes=fixinc.svr4
  		;;
  
*************** case $machine in
*** 36,46 ****
  
  	*-*-netbsd* | \
  	alpha*-*-linux*libc1* | \
! 	i?86-*-openbsd* | \
! 	i?86-*-solaris2* | \
! 	sparcv9-*-solaris2* | \
! 	powerpcle-*-solaris2*  | \
! 	sparc-*-solaris2* )
  		fixincludes=fixinc.wrap
  		;;
  
--- 33,39 ----
  
  	*-*-netbsd* | \
  	alpha*-*-linux*libc1* | \
! 	i?86-*-openbsd*)
  		fixincludes=fixinc.wrap
  		;;
  


More information about the Gcc-patches mailing list