This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bootstrap failure on AIX4, alloca missing, (main trunk only)


The problem is a typo in my patch.  I checked in the following patch to fix
it.

Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>

	* configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
	* configure: Regenerate.
	
Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure.in,v
retrieving revision 1.253
diff -p -r1.253 configure.in
*** configure.in	1999/06/07 21:38:30	1.253
--- configure.in	1999/06/08 20:06:09
*************** changequote([,])dnl
*** 2931,2937 ****
  		then
  			xmake_file=rs6000/x-aix41-gld
  		else
! 			xmake_file=rx6000/x-aix41
  		fi
  		float_format=none
  		use_collect2=yes
--- 2931,2937 ----
  		then
  			xmake_file=rs6000/x-aix41-gld
  		else
! 			xmake_file=rs6000/x-aix41
  		fi
  		float_format=none
  		use_collect2=yes
Index: configure
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure,v
retrieving revision 1.249
diff -p -r1.249 configure
*** configure	1999/06/07 21:38:27	1.249
--- configure	1999/06/08 20:06:09
*************** for machine in $build $host $target; do
*** 5240,5246 ****
  		then
  			xmake_file=rs6000/x-aix41-gld
  		else
! 			xmake_file=rx6000/x-aix41
  		fi
  		float_format=none
  		use_collect2=yes
--- 5240,5246 ----
  		then
  			xmake_file=rs6000/x-aix41-gld
  		else
! 			xmake_file=rs6000/x-aix41
  		fi
  		float_format=none
  		use_collect2=yes


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]