diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-26 05:04:53 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-26 05:04:53 +0000 |
commit | aa501e5cee33749955dc605e3ba49c474d89d52f (patch) | |
tree | 9ab04a137150fd3475d9627ed99bce6b03859b95 /gas/configure.in | |
parent | 2f17ff0c238558a7d705707736e8c280356ff2d2 (diff) | |
download | gdb-aa501e5cee33749955dc605e3ba49c474d89d52f.zip gdb-aa501e5cee33749955dc605e3ba49c474d89d52f.tar.gz gdb-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 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index 8b03dec..fcbac09 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -431,7 +431,7 @@ changequote([,])dnl sh64-*-elf*) fmt=elf ;; ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;; - ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;; + ns32k-*-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;; ns32k-pc532-openbsd*) fmt=aout em=nbsd532 ;; sparc-*-rtemsaout*) fmt=aout ;; |