summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-02-12 21:59:57 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-12 21:59:57 +0000
commit7807289fd3a57bb056a798e9d5297b04d45ed10b (patch)
tree1711fa26859650be9cc6ad9093a2de91a826d01d /aclocal.m4
parent503b265079a0d637a2565601d13a8236950ba8f3 (diff)
downloadhaskell-7807289fd3a57bb056a798e9d5297b04d45ed10b.tar.gz
Gentoo calls 'w64' a mingw flavour with mingw-w64 runtime.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d134028e04..eb57cbe8bc 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1866,7 +1866,7 @@ case "$1" in
# converts vendor from gnu to ghc naming, and assigns the result to $target_var
AC_DEFUN([GHC_CONVERT_VENDOR],[
case "$1" in
- pc|gentoo) # like i686-pc-linux-gnu and i686-gentoo-freebsd8
+ pc|gentoo|w64) # like i686-pc-linux-gnu, i686-gentoo-freebsd8, x86_64-w64-mingw32
$2="unknown"
;;
softfloat) # like armv5tel-softfloat-linux-gnueabi