- 64bit is default for windows builds.

git-svn-id: file:///svn/unbound/trunk@3968 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2016-12-15 11:34:24 +00:00
parent 3d680a6d82
commit 33ba1f38d6
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,6 @@
15 December 2016: Wouter
- iana portlist update
- 64bit is default for windows builds.
14 December 2016: Wouter
- Fix #1178: attempt to fix setup error at end, pop result values

View file

@ -55,7 +55,7 @@ Generate a distribution tar file for unbound.
Detected from svn working copy if not specified.
-wssl openssl.xx.tar.gz Also build openssl from tarball for windows dist.
-wxp expat.xx.tar.gz Also build expat from tarball for windows dist.
-w64 64bit windows compile.
-w32 32bit windows compile.
-w ... Build windows binary dist. last args passed to configure.
EOF
exit 1
@ -178,7 +178,7 @@ storehash () {
SNAPSHOT="no"
RC="no"
DOWIN="no"
W64="no"
W64="yes"
WINSSL=""
WINEXPAT=""
@ -203,8 +203,8 @@ while [ "$1" ]; do
WINEXPAT="$2"
shift
;;
"-w64")
W64="yes"
"-w32")
W64="no"
shift
;;
"-w")