summaryrefslogtreecommitdiff
path: root/bfd/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-08-28 11:02:55 +0000
committerNick Clifton <nickc@redhat.com>2007-08-28 11:02:55 +0000
commit012dfd09d684881c20b1d753cbd5e80b4d538001 (patch)
treefb13dc5ad8b43c3e4089f021924713e312a85b44 /bfd/configure
parent38326d2f69f9343dba213209e8943b74d3c5bf8c (diff)
downloadgdb-012dfd09d684881c20b1d753cbd5e80b4d538001.tar.gz
Add support for i386-dragonfly target.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure
index ec3df5c9721..ac5e66fb76e 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -17463,7 +17463,7 @@ if test "${target}" = "${host}"; then
COREFILE=trad-core.lo
TRAD_HEADER='"hosts/i386bsd.h"'
;;
- i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
+ i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
COREFILE=''
TRAD_HEADER='"hosts/i386bsd.h"'
;;
@@ -19068,6 +19068,8 @@ do
bfd_elf32_hppa_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
+ bfd_elf32_i386_dragonfly_vec)
+ tb="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
bfd_elf32_i386_vxworks_vec) tb="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
@@ -22284,7 +22286,7 @@ done
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but