aboutsummaryrefslogtreecommitdiff
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
commit0b3e17e93db61947b03f2aa945d0f26cf86f8cf8 (patch)
treee1a218ca3f67cd8792a3385869ad4ddd0a138fcf /bfd/configure
parent0d4f1889b55472653a87fb10dd5bed05def4368f (diff)
downloadgdb-0b3e17e93db61947b03f2aa945d0f26cf86f8cf8.zip
gdb-0b3e17e93db61947b03f2aa945d0f26cf86f8cf8.tar.gz
gdb-0b3e17e93db61947b03f2aa945d0f26cf86f8cf8.tar.bz2
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 ec3df5c9..ac5e66f 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