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: Fix undefing symbol in RS6000 builds


On Thu, Jan 18, 2001 at 08:06:26AM -0500, Richard Kenner wrote:
> Thu Jan 18 06:43:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
> 
> 	* config.gcc (rs6000-ibm-aix*, rs6000-bull-bosx): Add rs6000/aix.h.
> 
> *** config.gcc	2001/01/15 23:43:10	1.21
> --- config.gcc	2001/01/18 11:07:00
> *************** rs6000-ibm-aix[56789].* | powerpc-ibm-ai
> *** 2898,2905 ****
> --- 2898,2907 ----
>   	;;
>   rs6000-ibm-aix*)
> + 	tm_file="${tm_file} rs6000/aix.h

This cannot be correct, there is " missing at the end of line.

>   	float_format=none
>   	use_collect2=yes
>   	;;
>   rs6000-bull-bosx)
> + 	tm_file="${tm_file} rs6000/aix.h

Likewise.

>   	float_format=none
>   	use_collect2=yes

	Jakub

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