aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1994-11-29 22:24:39 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1994-11-29 22:24:39 +0000
commit5b0f1ab5f1fec64970046573676dfc4341c941bb (patch)
treefe3fcf7dcce57c70984da416f8a8382dfe7ea886
parent151d7f0a7e3cd86174814826c1c2d0fb00799f3f (diff)
downloadgdb-5b0f1ab5f1fec64970046573676dfc4341c941bb.zip
gdb-5b0f1ab5f1fec64970046573676dfc4341c941bb.tar.gz
gdb-5b0f1ab5f1fec64970046573676dfc4341c941bb.tar.bz2
* config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
* configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host. CVSn:
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/config.bfd1
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f115dd5..24dc49f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 29 14:00:19 1994 J.T. Conklin <jtc@.rtl.cygnus.com>
+
+ * config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
+ * configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host.
+
Mon Nov 28 15:36:04 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* config/m68k-nbsd.mt (DEFAULT_VECTOR): set to m68knetbsd_vec.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index dd28600..5b8980a 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -53,6 +53,7 @@ case "${canon}" in
i[345]86-*-coff) bfd_name=i386-coff ;;
i[345]86-*-aix*) bfd_name=i386-coff ;;
i[345]86-*-elf) bfd_name=i386-elf ;;
+ i[345]86-*-freebsd*) bfd_name=i386-bsd strip_underscore=yes ;;
i[345]86-*-netbsd*) bfd_name=i386-nbsd strip_underscore=yes ;;
i[345]86-*-netware*) bfd_name=i386-nlm ;;
i[345]86-*-linux*) bfd_name=i386-linux strip_underscore=yes ;;