diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-05-20 14:05:55 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-05-20 14:05:55 +0100 |
commit | 12276005b0d72853671b7b2d3f2b0e9cbb44c153 (patch) | |
tree | bc8ad284a7be4f8075e846436c178214c8e84585 /aclocal.m4 | |
parent | 83a9f4f4cc3d1358d76a4b3815f0d567560b35e7 (diff) | |
download | haskell-12276005b0d72853671b7b2d3f2b0e9cbb44c153.tar.gz |
Need to work around #7799 on all i386 platforms, not just Darwin
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 720e0d5457..4b84e027a0 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" ;; |