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]

committing old patch config.gcc --enable-altivec


it was pointed out to me today that i forgot to commit this part
of a patch that was approved quite a while back.

it turns out i committed it to the wrong repository :)

committed.

2002-02-06  Aldy Hernandez  <aldyh@redhat.com>

        * config.gcc: Add support for --enable-altivec.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.139
diff -c -p -r1.139 config.gcc
*** config.gcc	2002/01/02 22:49:58	1.139
--- config.gcc	2002/01/07 01:25:59
*************** mips*-*-*)
*** 3413,3418 ****
--- 3413,3422 ----
  	fi
  	;;
  powerpc*-*-* | rs6000-*-*)
+         if test x$enable_altivec = xyes
+         then
+                 tm_file="$tm_file rs6000/altivec.h"
+         fi
  	case "x$with_cpu" in
  		x)
  			;;


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