diff options
author | Nick Clifton <nickc@redhat.com> | 2022-02-09 13:44:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-02-09 13:44:14 +0000 |
commit | 0f38fd87eaea358d11dd9a9ca4d15176fc23ed77 (patch) | |
tree | f2f4fa30e7ac58244cf7f98b8253558b2a8fd79f /bfd/config.bfd | |
parent | 2969c3b37b228c34566e7fee63ee2395a1c227ad (diff) | |
download | gdb-0f38fd87eaea358d11dd9a9ca4d15176fc23ed77.zip gdb-0f38fd87eaea358d11dd9a9ca4d15176fc23ed77.tar.gz gdb-0f38fd87eaea358d11dd9a9ca4d15176fc23ed77.tar.bz2 |
Update the obsolete list and how-to-make-a-release documentation now that the 2.38 release is out.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index cfe5824..f1917f4 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -48,8 +48,6 @@ targ_underscore=no # Catch obsolete configurations. case $targ in - m32c-*-rtems* | \ - ns32k-*-netbsd* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 @@ -66,7 +64,7 @@ case $targ in # Explicit, no defaulting ;; ns32k-*-netbsd*) - # The obsolete warning is enough, and ns32k does not have ELF support + # The obsolete warning below is enough, and ns32k does not have ELF support ;; *-*-netbsd* ) targ_migrated=`echo "$targ" | sed 's/netbsd/netbsdaout/'` @@ -154,6 +152,8 @@ case $targ in mips*-dec-* | \ mips*-sgi-* | \ mips*el-*-rtems* | \ + m32c-*-rtems* | \ + ns32k-*-netbsd* | \ openrisc-*-* | \ or32-*-* | \ powerpc-*-lynxos* | powerpc-*-windiss* | \ |