aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-01-27 08:15:36 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-01-27 07:15:36 +0000
commitfe15407d974e3936f8ac0e3f8b9c50e695c40c20 (patch)
treefa0d52bd3b23654b7751af7b236ba351dd667da8 /gcc
parent87637d21c0eab59ae9ba4ca7b3593fe847cc1bed (diff)
downloadgcc-fe15407d974e3936f8ac0e3f8b9c50e695c40c20.zip
gcc-fe15407d974e3936f8ac0e3f8b9c50e695c40c20.tar.gz
gcc-fe15407d974e3936f8ac0e3f8b9c50e695c40c20.tar.bz2
config.gcc (Obsolete configurations): Remove 'dummy'...
* config.gcc (Obsolete configurations): Remove 'dummy', add sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and sparc-*-openbsd*. From-SVN: r94313
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config.gcc6
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 04ef357..fec970c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * config.gcc (Obsolete configurations): Remove 'dummy', add
+ sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
+ sparc-*-openbsd*.
+
2005-01-26 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/19633
diff --git a/gcc/config.gcc b/gcc/config.gcc
index c56b1da..381df16 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -181,7 +181,11 @@ md_file=
# Obsolete configurations.
case ${target} in
- dummy*)
+ sparclite-*-coff* \
+ | sparclite-*-elf* \
+ | sparc86x-*-elf* \
+ | sparc-*-openbsd* \
+ )
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2
echo "*** Specify --enable-obsolete to build it anyway." >&2