aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-10-16 16:05:41 +0000
committerNick Clifton <nickc@redhat.com>2007-10-16 16:05:41 +0000
commit003bc0ba75a56c42eae3e0220a7d17dbedaf2609 (patch)
tree1275ee36f053371572d9a01d5af1c278297fce4a /binutils/configure
parent1dd2625faae022a3bc2b37d79102563d430e19de (diff)
downloadgdb-003bc0ba75a56c42eae3e0220a7d17dbedaf2609.zip
gdb-003bc0ba75a56c42eae3e0220a7d17dbedaf2609.tar.gz
gdb-003bc0ba75a56c42eae3e0220a7d17dbedaf2609.tar.bz2
* configure.in: Build windows tools for --enable-targets=all.
* configure: Regenerate.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-xbinutils/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/configure b/binutils/configure
index de9384e..7b57c96 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -14431,6 +14431,14 @@ do
BUILD_SRCONV='$(SRCONV_PROG)'
NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
+ BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
+ BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
+ BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
+ if test -z "$DLLTOOL_DEFAULT"; then
+ DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
+ fi
+ DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
+ BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
else
case $targ in
i[3-7]86*-*-netware*)