]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add powerpc embedded targets to --with-cpu=n.
authorMichael Meissner <meissner@gcc.gnu.org>
Tue, 10 Jun 1997 21:09:17 +0000 (21:09 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 10 Jun 1997 21:09:17 +0000 (21:09 +0000)
From-SVN: r14221

gcc/configure.in

index 94f06ac9c4a6897d50b5365da16c359ee667b8b0..2db547acbe0baae7c4bde945208a71b07659847d 100644 (file)
@@ -2365,8 +2365,9 @@ for machine in $build $host $target; do
                                ;;
 
                        xcommon | xpower | xpower2 | xpowerpc | xrios \
-                         | xrios2 | xrsc | xrsc1 | x403 | x601 | x602 \
-                         | x603 | x603e | x604 | x620 | xrs6000)
+                         | xrios1 | xrios2 | xrsc | xrsc1 \
+                         | x601 | x602 | x603 | x603e | x604 | x604e | x620 \
+                         | x403 | x505 | x801 | x821 | x823 | x860)
                                target_cpu_default2="'\"$with_cpu\"'"
                                ;;