[Pkg-gnupg-commit] [libassuan] 390/437: w32: Allow overriding a toolchain via ~/.gnupg-autogen.rc.
Eric Dorland
eric at moszumanska.debian.org
Fri May 22 05:34:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libassuan.
commit e321c69006a12577e41408a2e1ea726a19b75c00
Author: Werner Koch <wk at gnupg.org>
Date: Fri Feb 22 16:14:03 2013 +0100
w32: Allow overriding a toolchain via ~/.gnupg-autogen.rc.
* autogen.sh (build-w32): Include {amd64,w32_toolprefixes).
--
Note that despite of the support in autogen.sh and possible other
places, there is no W64 support yet.
---
autogen.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 875edde..991e782 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -102,11 +102,12 @@ if [ "$myhost" = "w32" ]; then
64)
w32root="$w64root"
[ -z "$w32root" ] && w32root="$HOME/w64root"
- toolprefixes="amd64-mingw32msvc"
+ toolprefixes="$amd64_toolprefixes amd64-mingw32msvc"
;;
*)
[ -z "$w32root" ] && w32root="$HOME/w32root"
- toolprefixes="i586-mingw32msvc i386-mingw32msvc"
+ toolprefixes="$w32_toolprefixes i586-mingw32msvc"
+ toolprefixes="$toolprefixes i386-mingw32msvc mingw32"
;;
esac
echo "Using $w32root as standard install directory" >&2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git
More information about the Pkg-gnupg-commit
mailing list