summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 83397fb2271..00214b43c27 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
+ * config.gcc: Deprecate mips*-*-openbsd*.
+
+2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
+
PR bootstrap/49195
* genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
for match_op_dup.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 5d52af7cfa6..e8c86181bc2 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -240,6 +240,7 @@ case ${target} in
i[34567]86-*-interix3* \
| score-* \
| *-*-solaris2.8* \
+ | mips*-*-openbsd* \
)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2