Support new processors in PowerPC --with-cpu configuration

Daniel Jacobowitz drow@mvista.com
Mon Jan 21 08:10:00 GMT 2002


The table in config.gcc has gotten woefully out of date w.r.t. the list of
supported -mcpu= options in rs6000.c.  Is this patch OK?

(And could someone apply it - I don't have write access.)

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-01-21  Daniel Jacobowitz  <drow@mvista.com>

	* config.gcc: Add entries to supported PowerPC --with-cpu
	types.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.147
diff -u -r1.147 config.gcc
--- config.gcc	2002/01/19 20:42:33	1.147
+++ config.gcc	2002/01/21 14:43:23
@@ -3414,14 +3414,15 @@
 		x)
 			;;
 
-		xcommon | xpower | xpower2 | xpowerpc | xrios \
-		  | xrios1 | xrios2 | xrsc | xrsc1 \
+		xcommon | xpower | xpower2 | xpower3 | xpowerpc \
+		  | xpowerpc64 | xrios | xrios1 | xrios2 | xrsc | xrsc1 \
+		  | xrs64a | x630 \
 		  | x601 | x602 | x603 | x603e | x604 | x604e | x620 \
-		  | x740 | x750 | x505)
+		  | x740 | x750 | x7400 | x7450 | x505)
 			target_cpu_default2="\\\"$with_cpu\\\""
 			;;
 
-		x401 | x403 | xec603e | x801 | x821 | x823 | x860)
+		x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
 			target_cpu_default2="\\\"$with_cpu\\\""
 			tm_file="$tm_file rs6000/softfloat.h"
 			;;



More information about the Gcc-patches mailing list