]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add the netbsdpe configuration to the list of obsolete targets.
authorNick Clifton <nickc@redhat.com>
Tue, 29 Jun 2021 15:46:05 +0000 (16:46 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 29 Jun 2021 15:46:05 +0000 (16:46 +0100)
* config.bfd (obsolete configurations): Add netbsdpe.

bfd/ChangeLog
bfd/config.bfd

index f18e16549da575efb30cf8e9840858e9ca77c210..ca605b33df71b9cebea16c394d91758797477100 100644 (file)
@@ -1,3 +1,7 @@
+2021-06-29  Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd (obsolete configurations): Add netbsdpe.
+
 2021-06-22  Nelson Chu  <nelson.chu@sifive.com>
 
        * elfnn-riscv.c (riscv_pcrel_hi_reloc): Added field to store
index 57b513c7c7313cc1734ad59a1413c02b4b809fe6..30087e3b8f8cc6f239a57a868aa62d39c46c3092 100644 (file)
@@ -53,7 +53,7 @@ case $targ in
     echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
     exit 1
     ;;
- null)
*-*-netbsdpe* | null)
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $targ is obsolete." >&2
       echo "*** Specify --enable-obsolete to build it anyway." >&2