[commit: ghc] master: Gentoo calls 'w64' a mingw flavour with mingw-w64 runtime. (7807289)

Ian Lynagh igloo at earth.li
Wed Feb 13 00:17:22 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/7807289fd3a57bb056a798e9d5297b04d45ed10b

>---------------------------------------------------------------

commit 7807289fd3a57bb056a798e9d5297b04d45ed10b
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Tue Feb 12 21:59:57 2013 +0000

    Gentoo calls 'w64' a mingw flavour with mingw-w64 runtime.
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>

>---------------------------------------------------------------

 aclocal.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index d134028..eb57cbe 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





More information about the ghc-commits mailing list