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]
Other format: [Raw text]

t-eabialtivec


using t-ppcgas doesn't make sense for eabialtivec because it builds
lots of unecessary multilibs, some of which are incompatible.

is this ok for branch and mainline?

2002-03-03  Aldy Hernandez  <aldyh@redhat.com>

	* config.gcc (powerpc-*-eabialtivec*): Use t-eabialtivec.
	(powerpc-*-eabisimaltivec*): Same.
	

Index: config.gcc
===================================================================
RCS file: /cvs/uberbaum/gcc/config.gcc,v
retrieving revision 1.167
diff -c -p -r1.167 config.gcc
*** config.gcc	2002/02/19 17:43:22	1.167
--- config.gcc	2002/03/03 07:09:24
*************** powerpc-*-eabiaix*)
*** 2734,2740 ****
  powerpc-*-eabisimaltivec*)
  	xm_defines=POSIX
  	tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
! 	tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
  	;;
  powerpc-*-eabisim*)
  	xm_defines=POSIX
--- 2734,2740 ----
  powerpc-*-eabisimaltivec*)
  	xm_defines=POSIX
  	tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
! 	tmake_file="rs6000/t-eabialtivec rs6000/t-ppccomm"
  	;;
  powerpc-*-eabisim*)
  	xm_defines=POSIX
*************** powerpc-*-elf*)
*** 2749,2755 ****
  powerpc-*-eabialtivec*)
  	xm_defines=POSIX
  	tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
! 	tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
  	;;
  powerpc-*-eabi*)
  	xm_defines=POSIX
--- 2749,2755 ----
  powerpc-*-eabialtivec*)
  	xm_defines=POSIX
  	tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
! 	tmake_file="rs6000/t-eabialtivec rs6000/t-ppccomm"
  	;;
  powerpc-*-eabi*)
  	xm_defines=POSIX
Index: config/rs6000/t-eabialtivec
===================================================================
RCS file: t-eabialtivec
diff -N t-eabialtivec
*** /dev/null	Tue May  5 13:32:27 1998
--- t-eabialtivec	Sat Mar  2 23:09:24 2002
***************
*** 0 ****
--- 1,12 ----
+ # Multilibs for powerpc embedded ELF targets with altivec.
+ 
+ MULTILIB_OPTIONS	= msoft-float \
+ 			  mlittle/mbig
+ 
+ MULTILIB_DIRNAMES	= nof \
+ 			  le be
+ 
+ 
+ MULTILIB_MATCHES	= ${MULTILIB_MATCHES_FLOAT} \
+ 			  ${MULTILIB_MATCHES_ENDIAN} \
+ 			  ${MULTILIB_MATCHES_SYSV}


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