From 41ee6d14fd3faf486036cdb9042e432664abfe48 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 13 Aug 2021 11:32:13 +0930 Subject: ns32k configury Since ns32k-netbsd is as yet not removed, just marked obsolete, the target should still be accepted with --enable-obsolete. I also enabled ns32k-openbsd in ld since there doesn't seem to be a good reason why that target is not supported there but is elsewhere. bfd/ * config.bfd: Allow ns32k-netbsd. ld/ * configure.tgt: Allow ns32k-openbsd. --- ld/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/configure.tgt') diff --git a/ld/configure.tgt b/ld/configure.tgt index 075febf..d46ed62 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -605,7 +605,7 @@ nios2*-*-*) targ_emul=nios2elf ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha targ_extra_ofiles= ;; -ns32k-*-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd +ns32k-*-*bsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd targ_extra_ofiles= ;; or1k-*-elf | or1knd-*-elf | or1k-*-rtems* | or1knd-*-rtems*) -- cgit v1.1