aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-26 05:04:53 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-26 05:04:53 +0000
commitaa501e5cee33749955dc605e3ba49c474d89d52f (patch)
tree9ab04a137150fd3475d9627ed99bce6b03859b95 /ld
parent2f17ff0c238558a7d705707736e8c280356ff2d2 (diff)
downloadbinutils-aa501e5cee33749955dc605e3ba49c474d89d52f.zip
binutils-aa501e5cee33749955dc605e3ba49c474d89d52f.tar.gz
binutils-aa501e5cee33749955dc605e3ba49c474d89d52f.tar.bz2
gas:
* configure.in: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*. * configure: Regenerate. ld: * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 933d516..e768253 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
+
2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
* ldemul.c: Fix formatting.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index c654cf8..1eae3fd 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -383,7 +383,7 @@ alpha*-*-netware*) targ_emul=alpha ;;
alpha*-*-netbsd*) targ_emul=elf64alpha_nbsd ;;
z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha ;;
-ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
+ns32k-*-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
openrisc-*-*) targ_emul=elf32openrisc ;;
or32-*-coff) targ_emul=or32 ;;
or32-*-elf) targ_emul=or32elf ;;