aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
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 /gas/configure.in
parent2f17ff0c238558a7d705707736e8c280356ff2d2 (diff)
downloadgdb-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.in2
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 ;;