summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-09-13 17:04:01 +0930
committerAlan Modra <amodra@gmail.com>2021-09-13 17:04:01 +0930
commitfd5255582fde24b7021dc5163b004dad16bf2eec (patch)
treeef188cb1ac13d83b458de7c190236699f9ff9178
parent003fa0df36e228405bb67069a119408787d7f8c9 (diff)
downloadbinutils-gdb-fd5255582fde24b7021dc5163b004dad16bf2eec.tar.gz
Re: Deprecate a.out support for NetBSD targets
* config.bfd: Correct m68-*-*bsd* obsolete target match.
-rw-r--r--bfd/config.bfd3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 7f7c12d4b2d..ab5125796f7 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -121,12 +121,13 @@ case $targ in
i370-* | \
i860-*-* | \
i960-*-* | \
- m68*-*-*bsd* | \
+ m68*-*-bsd* | \
m68*-*-aout* | \
m68*-*-coff* | \
m68*-*-hpux* | \
m68*-*-linux*aout* | \
m68*-*-lynxos* | \
+ m68*-*-openbsd* | \
m68*-*-os68k* | \
m68*-*-psos* | \
m68*-*-sunos* | \