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]

patch: remove support for --enable-altivec


Gone on mainline.

2004-05-03  Aldy Hernandez  <aldyh@redhat.com>

	* config.gcc: Remove --enable-altivec support.

	* config/rs6000/altivec-defs.h: Remove.

Index: config.gcc
===================================================================
RCS file: /cvs/uberbaum/gcc/config.gcc,v
retrieving revision 1.448
diff -c -p -r1.448 config.gcc
*** config.gcc	7 Apr 2004 01:20:42 -0000	1.448
--- config.gcc	3 May 2004 21:24:27 -0000
*************** fi
*** 2571,2580 ****
  		;;
  
  	powerpc*-*-* | rs6000-*-*)
- 		if test x$enable_altivec = xyes
- 		then
- 			tm_file="$tm_file rs6000/altivec-defs.h"
- 		fi
  		# FIXME: The PowerPC port uses the value set at compile time,
  		# although it's only cosmetic.
  		if test "x$with_cpu" != x
--- 2571,2576 ----


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