Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
b34fa11a
Commit
b34fa11a
authored
Jul 17, 2014
by
niklas
Committed by
Austin Seipp
Jul 18, 2014
Browse files
Set i686 as the minimum architecture on 32-bit mingw
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
af28e61c
Changes
1
Show whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
b34fa11a
...
...
@@ -526,6 +526,9 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS],
esac
case $$1 in
i386-unknown-mingw32)
$2="$$2 -march=i686"
;;
i386-apple-darwin)
$2="$$2 -m32"
$3="$$3 -m32"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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