aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1997-06-10 21:09:17 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1997-06-10 21:09:17 +0000
commit52cddadb263a4c27e5c6ba047c6742db6c0b1813 (patch)
tree8a6e5dc89775888a651d72b262e3e2ba2409c414 /gcc
parent931c6c7a365010b55b3e49f65ca9c2af94d2e34f (diff)
downloadgcc-52cddadb263a4c27e5c6ba047c6742db6c0b1813.zip
gcc-52cddadb263a4c27e5c6ba047c6742db6c0b1813.tar.gz
gcc-52cddadb263a4c27e5c6ba047c6742db6c0b1813.tar.bz2
Add powerpc embedded targets to --with-cpu=n.
From-SVN: r14221
Diffstat (limited to 'gcc')
-rw-r--r--gcc/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 94f06ac..2db547a 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -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\"'"
;;