projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
003fa0d
)
Re: Deprecate a.out support for NetBSD targets
author
Alan Modra
<amodra@gmail.com>
Mon, 13 Sep 2021 07:34:01 +0000
(17:04 +0930)
committer
Alan Modra
<amodra@gmail.com>
Mon, 13 Sep 2021 07:34:01 +0000
(17:04 +0930)
* config.bfd: Correct m68-*-*bsd* obsolete target match.
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/config.bfd
b/bfd/config.bfd
index 7f7c12d4b2d6ebdba17910dd35a7ab76674f0429..ab5125796f787c8c8942579ea18169d6aa9ed174 100644
(file)
--- 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* | \