forked from Imagelibrary/binutils-gdb
* configure.in: Build DLL tools on x86_64-*-cygwin* as well.
* configure: Regenerate.
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user