Revert an accidental checkin to config.gcc

Daniel Jacobowitz drow@mvista.com
Wed Jun 4 14:55:00 GMT 2003


Some extra bits that got checked in along with the last m32r patch.  Only
bothering because they caused me a merge conflict.  Which means I'm probably
introducing one for Nick; sorry, Nick.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2003-06-04  Daniel Jacobowitz  <drow@mvista.com>

	* gcc/config.gcc: Revert accidentally committed ARM changes.

Index: gcc/config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.308
diff -u -p -r1.308 config.gcc
--- gcc/config.gcc	3 Jun 2003 20:39:51 -0000	1.308
+++ gcc/config.gcc	4 Jun 2003 14:51:30 -0000
@@ -282,7 +282,16 @@ alpha*-*-*)
 	cpu_type=alpha
 	need_64bit_hwint=yes
 	;;
-arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*)
+strongarm*-*-*)
+	cpu_type=arm
+	;;
+arm*-*-*)
+	cpu_type=arm
+	;;
+ep9312*-*-*)
+	cpu_type=arm
+	;;
+xscale-*-*)
 	cpu_type=arm
 	;;
 i[34567]86-*-*)
@@ -2203,7 +2212,7 @@ alpha*-*-*)
 		fi
 	fi
 	;;
-arm*-*-* | xscale-*-*)
+arm*-*-*)
 	case "x$with_cpu" in
 		x)
 			# The most generic
@@ -2215,7 +2224,7 @@ arm*-*-* | xscale-*-*)
 		xarm[236789] | xarm250 | xarm[67][01]0 \
 		| xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
 		| xarm7100 | xarm7500 | xarm7500fe | xarm810 \
-		| xxscale | xiwmmxt \
+		| xxscale \
 		| xep9312 \
 		| xstrongarm | xstrongarm110 | xstrongarm1100)
 			target_cpu_default2="TARGET_CPU_$with_cpu"



More information about the Gcc-patches mailing list