aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2001-12-18 13:26:26 +0000
committerMatthew Green <mrg@redhat.com>2001-12-18 13:26:26 +0000
commit0b69cd08e03156c6fc341b354d6b80f888d3fa23 (patch)
treec6d1c2db2d2651d26af6aefbe987640d880f99a0 /gas/configure.in
parent6b9b879a0267f1d994d3d4fbdcbcc2d6643498df (diff)
downloadgdb-0b69cd08e03156c6fc341b354d6b80f888d3fa23.zip
gdb-0b69cd08e03156c6fc341b354d6b80f888d3fa23.tar.gz
gdb-0b69cd08e03156c6fc341b354d6b80f888d3fa23.tar.bz2
* config.bfd (m68*-*-netbsdelf*): New target.
(m68*-*-netbsd): Also include bfd_elf32_m68k_vec. (m68*-*-netbsdaout*): New alias for m68*-*-netbsd. * configure.in (m68k-*-netbsdelf*): New target. (m68k-*-netbsd*): Also include ELF support. (m68k-*-netbsdaout*): New alias for m68*-*-netbsd*. * configure: Regenerate. * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o. (m68kelfnbsd.c): New rule. * Makefile.in: Regenerate. * configure.tgt (m68*-hp-netbsd*): Renamed to .. (m68*-*-netbsd*4k*): .. this. (m68*-*-netbsdelf*): New target. (m68*-*-netbsd*): Also include ELF support. (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*. * emulparams/m68kelfnbsd.sh: New emulation.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in
index b38f49b..03b612e 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -326,7 +326,9 @@ changequote([,])dnl
m68k-*-linux-gnu*) fmt=elf em=linux ;;
m68k-*-gnu*) fmt=elf ;;
m68k-*-lynxos*) fmt=coff em=lynx ;;
- m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
+ m68k-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
+ m68k-*-netbsdaout* | m68k-*-netbsd*)
+ fmt=aout em=nbsd bfd_gas=yes ;;
m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
m68k-apple-aux*) fmt=coff em=aux ;;
m68k-*-psos*) fmt=elf em=psos;;