aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2012-09-12 11:01:02 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2012-09-12 11:01:02 +0200
commit98aa03f4cbda0caf569a3ceaa218ef2c80d19898 (patch)
treeedff855eeed5735930970e0028e86a04764dc813 /gcc/config.gcc
parente076319b26d78eeff5a44422e404c1a29d683de2 (diff)
downloadgcc-98aa03f4cbda0caf569a3ceaa218ef2c80d19898.zip
gcc-98aa03f4cbda0caf569a3ceaa218ef2c80d19898.tar.gz
gcc-98aa03f4cbda0caf569a3ceaa218ef2c80d19898.tar.bz2
* config.gcc: Obsolete picochip-*.
From-SVN: r191210
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ba366b3..c84348b 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -245,7 +245,8 @@ md_file=
# Obsolete configurations.
case ${target} in
- score-* \
+ picochip-* \
+ | score-* \
)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2