* config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.
authorDaniel Jacobowitz <drow@false.org>
Tue, 2 Nov 2004 16:24:35 +0000 (16:24 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 2 Nov 2004 16:24:35 +0000 (16:24 +0000)
bfd/ChangeLog
bfd/config.bfd

index 8d13513fe16ddbf93c2d510469eb7d5b983d2366..ad485d2a07cde276fb4bdb8c8dadb4b1d9efe03e 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-02  Daniel Jacobowitz  <dan@debian.org>
+
+       * config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.
+
 2004-11-02  Nick Clifton  <nickc@redhat.com>
 
        * elf32-iq2000.c: Convert to ISO C90 formatting.
index 682feb2358e9f8576f4806406faded8b839ffe57..2e137b2f01c63e75ab32f710fbb136d1533c5603 100644 (file)
@@ -34,6 +34,8 @@ case $targ in
  m68*-*-lynxos* | \
  sparc-*-lynxos* | \
  vax-*-vms* | \
+ arm-*-oabi | \
+ thumb-*-oabi | \
  null)
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $targ is obsolete." >&2
This page took 0.036984 seconds and 4 git commands to generate.