Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
12276005
Commit
12276005
authored
May 20, 2013
by
ian@well-typed.com
Browse files
Need to work around
#7799
on all i386 platforms, not just Darwin
parent
83a9f4f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
12276005
...
...
@@ -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"
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment