run fixincludes on all linux

Richard Henderson rth@redhat.com
Fri Nov 17 15:50:00 GMT 2000


The wchar_t changes pretty much require this, not so much
for glibc as the rest of the random headers on the system.

Tested on alphaev56-linux.


r~


        * fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.

Index: fixinc/mkfixinc.sh
===================================================================
RCS file: /cvs/gcc/egcs/gcc/fixinc/mkfixinc.sh,v
retrieving revision 1.27
diff -c -p -d -r1.27 mkfixinc.sh
*** mkfixinc.sh	2000/11/15 15:56:59	1.27
--- mkfixinc.sh	2000/11/17 23:40:40
*************** echo constructing ${target} for $machine
*** 13,19 ****
  fixincludes="${machine}"
  
  case $machine in
! 	i[34567]86-*-linux*)
  		:
  		;;
  
--- 13,19 ----
  fixincludes="${machine}"
  
  case $machine in
! 	*-*-linux*)
  		:
  		;;
  
*************** case $machine in
*** 32,38 ****
  		;;
  
  	*-*-netbsd* | \
- 	alpha*-*-linux*libc1* | \
  	i?86-*-openbsd*)
  		fixincludes=fixinc.wrap
  		;;
--- 32,37 ----
*************** case $machine in
*** 57,63 ****
  	hppa1.0-*-bsd* | \
  	hppa*-*-lites* | \
  	*-*-beos* | \
- 	*-*-linux* | \
  	*-*-gnu* | \
  	i?86-moss-msdos* | i?86-*-moss* | \
  	i?86-*-osf1* | \
--- 56,61 ----


More information about the Gcc-patches mailing list