aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2001-07-14 14:44:39 +0000
committerMatthew Green <mrg@redhat.com>2001-07-14 14:44:39 +0000
commit7ed28e65310b37c21e6dd2a0fe44b02738db62ee (patch)
treef49871433f96dbca02b5d0479e20ac27fcd9a718 /gas/configure.in
parent1fe7ac855c6cc2928a44ca6c3b4986fa92ab06d0 (diff)
downloadgdb-7ed28e65310b37c21e6dd2a0fe44b02738db62ee.zip
gdb-7ed28e65310b37c21e6dd2a0fe44b02738db62ee.tar.gz
gdb-7ed28e65310b37c21e6dd2a0fe44b02738db62ee.tar.bz2
* configure.in (i386-*-netbsdelf*): New target.
configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
index a41f358..f298858 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -242,6 +242,7 @@ changequote([,])dnl
i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
i386-*-bsd*) fmt=aout em=386bsd ;;
i386-*-netbsd0.8) fmt=aout em=386bsd ;;
+ i386-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;;
i386-*-linux*aout* | i386-*-linux*oldld) fmt=aout em=linux ;;