aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2003-04-28 23:48:42 +0000
committerChris Demetriou <cgd@google.com>2003-04-28 23:48:42 +0000
commitdbeba5e5c30b7fb426384f25577993d41dc882fb (patch)
tree670c198fdc4e4e5eb864d3067b33797bdc0d54ea /gas/configure.in
parentf006af20ee725b876a4746ea13249c719b865bb4 (diff)
downloadfsf-binutils-gdb-dbeba5e5c30b7fb426384f25577993d41dc882fb.zip
fsf-binutils-gdb-dbeba5e5c30b7fb426384f25577993d41dc882fb.tar.gz
fsf-binutils-gdb-dbeba5e5c30b7fb426384f25577993d41dc882fb.tar.bz2
2003-04-28 Chris Demetriou <cgd@broadcom.com>
* configure.in (mips-*-*n*bsd*): Replace with... (mips-*-netbsd*, mips-*-openbsd*): These. * configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in
index cb3e282..82b8da8 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -373,7 +373,8 @@ changequote([,])dnl
mips-*-sysv4*MP* | mips-*-gnu*) fmt=elf em=tmips ;;
mips-*-sysv*) fmt=ecoff ;;
mips-*-elf* | mips-*-rtems*) fmt=elf ;;
- mips-*-*n*bsd*) fmt=elf ;;
+ mips-*-netbsd*) fmt=elf ;;
+ mips-*-openbsd*) fmt=elf ;;
mips-*-vxworks*) fmt=elf ;;
mmix-*-*) fmt=elf ;;