* configure.in: Build DLL tools on x86_64-*-cygwin* as well.
* configure: Regenerate.
This commit is contained in:
parent
48385e3898
commit
ee36d91878
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-03-05 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* configure.in: Build DLL tools on x86_64-*-cygwin* as well.
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-03-04 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* elfcomm.c (error): Flush stdout before emitting the error
|
||||
|
|
2
binutils/configure
vendored
2
binutils/configure
vendored
|
@ -13996,7 +13996,7 @@ do
|
|||
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
|
||||
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
|
||||
;;
|
||||
x86_64-*-mingw*)
|
||||
x86_64-*-mingw* | x86_64-*-cygwin*)
|
||||
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
|
||||
if test -z "$DLLTOOL_DEFAULT"; then
|
||||
DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
|
||||
|
|
|
@ -302,7 +302,7 @@ changequote([,])dnl
|
|||
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
|
||||
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
|
||||
;;
|
||||
x86_64-*-mingw*)
|
||||
x86_64-*-mingw* | x86_64-*-cygwin*)
|
||||
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
|
||||
if test -z "$DLLTOOL_DEFAULT"; then
|
||||
DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
|
||||
|
|
Loading…
Reference in a new issue