Repository : http://darcs.haskell.org/ghc.git/
On branch : master https://github.com/ghc/ghc/commit/12276005b0d72853671b7b2d3f2b0e9cbb44c153 >--------------------------------------------------------------- commit 12276005b0d72853671b7b2d3f2b0e9cbb44c153 Author: Ian Lynagh <[email protected]> Date: Mon May 20 14:05:55 2013 +0100 Need to work around #7799 on all i386 platforms, not just Darwin >--------------------------------------------------------------- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 720e0d5..4b84e02 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -491,7 +491,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], [ AC_MSG_CHECKING([Setting up $2, $3, $4 and $5]) case $$1 in - i386-apple-darwin) + i386-*) # Workaround for #7799 $2="$$2 -U__i686" ;; _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
