[binutils-gdb] Add the netbsdpe configuration to the list of obsolete targets.

Nick Clifton nickc@sourceware.org
Tue Jun 29 15:46:34 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c2ce831330e10dab4703094491f80b6b9a5c2289

commit c2ce831330e10dab4703094491f80b6b9a5c2289
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jun 29 16:46:05 2021 +0100

    Add the netbsdpe configuration to the list of obsolete targets.
    
            * config.bfd (obsolete configurations): Add netbsdpe.

Diff:
---
 bfd/ChangeLog  | 4 ++++
 bfd/config.bfd | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f18e16549da..ca605b33df7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 57b513c7c73..30087e3b8f8 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -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


More information about the Binutils-cvs mailing list