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
4dcfb239
Commit
4dcfb239
authored
May 20, 2009
by
Ian Lynagh
Browse files
Need to pass gcc -m64 on amd64 OSX
parent
53684556
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
4dcfb239
...
...
@@ -2288,8 +2288,6 @@ machdepCCOpts _dflags
-- for "normal" programs, but it doesn't support register variable
-- declarations.
=
(
[]
,
[
"-no-cpp-precomp"
]
)
#
elif
x86_64_apple_darwin_TARGET
=
(
[
"-m64"
],
[]
)
#
else
=
(
[]
,
[]
)
#
endif
...
...
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