aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-05-24 09:26:58 +0000
committerNick Clifton <nickc@redhat.com>2002-05-24 09:26:58 +0000
commit436e8db0b74a5434fa8b1a2a15536f2358cf1543 (patch)
tree270f459331fd52dc82cb1bc3100ed2df56c900e8 /binutils/configure.in
parent83a4591080ee180969ab490b85ef8a7d7f90cbc0 (diff)
downloadgdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.zip
gdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.tar.gz
gdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.tar.bz2
Add a target for i386-netbsdpe.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 6bb37c0..74cc3e3 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -249,7 +249,7 @@ changequote([,])dnl
OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
;;
changequote(,)dnl
- i[3-6]86-pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32*)
+ i[3-6]86-pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32** | i[3-6]86-*-netbsdpe*)
changequote([,])dnl
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"