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
e79aef9c
Commit
e79aef9c
authored
Oct 25, 2011
by
Ian Lynagh
Browse files
Enable dynamic libraries on OSX amd64
I don't know why it wasn't already enabled, but it seems to work.
parent
b214d1cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
e79aef9c
...
...
@@ -114,11 +114,12 @@ GhcDynamic=NO
GhcProfiled
=
NO
# Do we support shared libs?
SharedLibsPlatformList
=
i386-unknown-linux x86_64-unknown-linux
\
i386-unknown-freebsd x86_64-unknown-freebsd
\
i386-unknown-openbsd x86_64-unknown-openbsd
\
i386-unknown-mingw32
\
i386-apple-darwin powerpc-apple-darwin
SharedLibsPlatformList
=
\
i386-unknown-linux x86_64-unknown-linux
\
i386-unknown-freebsd x86_64-unknown-freebsd
\
i386-unknown-openbsd x86_64-unknown-openbsd
\
i386-unknown-mingw32
\
i386-apple-darwin x86_64-apple-darwin powerpc-apple-darwin
ifeq
"$(SOLARIS_BROKEN_SHLD)" "NO"
SharedLibsPlatformList
+=
i386-unknown-solaris2
...
...
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