diff options
author | Nick Clifton <nickc@redhat.com> | 2021-06-29 16:46:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-06-29 16:46:05 +0100 |
commit | c2ce831330e10dab4703094491f80b6b9a5c2289 (patch) | |
tree | 82033f53ecc520650de245ae9afad25217b57c8c /bfd/config.bfd | |
parent | 4743af62eb6f00c385dccff54df43ae0bbf31cd3 (diff) | |
download | gdb-c2ce831330e10dab4703094491f80b6b9a5c2289.zip gdb-c2ce831330e10dab4703094491f80b6b9a5c2289.tar.gz gdb-c2ce831330e10dab4703094491f80b6b9a5c2289.tar.bz2 |
Add the netbsdpe configuration to the list of obsolete targets.
* config.bfd (obsolete configurations): Add netbsdpe.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 57b513c..30087e3 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 |