summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2011-02-23 01:14:55 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2011-02-23 01:14:55 +0000
commitf85b70fda4fca7f96777eebef3956383bbf4771f (patch)
tree040f622172f7dad2a3ab6f5a6f9aa6a87d864247 /gcc/config.gcc
parent8d422e63960595d448137624ec34e24b69b2f33d (diff)
downloadgcc-f85b70fda4fca7f96777eebef3956383bbf4771f.tar.gz
* config.gcc: Declare score-* and crx-* obsolete.
From-SVN: r170425
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 9d4849607e4..1c133007243 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -237,6 +237,7 @@ case ${target} in
| alpha*-*-gnu* \
| arm*-*-netbsd* \
| arm-*-pe* \
+ | crx-* \
| i[34567]86-*-interix3* \
| i[34567]86-*-netbsd* \
| i[34567]86-*-pe \
@@ -247,6 +248,7 @@ case ${target} in
| m68k-*-uclinuxoldabi* \
| mcore-*-pe* \
| powerpc*-*-gnu* \
+ | score-* \
| sh*-*-symbianelf* \
| vax-*-netbsd* \
)