aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-01-04 14:49:06 +0000
committerAndreas Jaeger <aj@suse.de>2002-01-04 14:49:06 +0000
commit8a8b2d4b4aeee0ab5ab6e19cbaa6999403585015 (patch)
treee2d18f71defe99c6d424a6debc0ddc67eb94d88d /bfd/configure.in
parentf23631e4447c390d81cd0dcf027b34077d2125b9 (diff)
downloadgdb-8a8b2d4b4aeee0ab5ab6e19cbaa6999403585015.zip
gdb-8a8b2d4b4aeee0ab5ab6e19cbaa6999403585015.tar.gz
gdb-8a8b2d4b4aeee0ab5ab6e19cbaa6999403585015.tar.bz2
bfd:
* config.bfd (x86_64-*-netbsd*): New target. * configure.in (x86_64-*-netbsd*): Set COREFILE to netbsd-core.lo. * configure: Regenerated. gas: * configure.in (i386-*-netbsdelf*): Collapse target into... (i386-*-netbsd*): ...this. Add support for x86-64. * configure: Regenerated. ld: * configure.tgt (x86_64-*-netbsd*): New target.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 0212552..9af0d72 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -356,6 +356,7 @@ changequote([,])dnl
COREFILE=trad-core.lo
TRAD_HEADER='"hosts/vaxbsd.h"'
;;
+ x86_64-*-netbsd*) COREFILE=netbsd-core.lo ;;
esac
case "$COREFILE" in