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
192a8f9f
Commit
192a8f9f
authored
May 24, 2013
by
kgardas
Committed by
ian@well-typed.com
May 30, 2013
Browse files
set DYNAMIC_GHC_PROGRAMS to NO if platform does not support shared libs
parent
d0ecba6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
192a8f9f
...
...
@@ -138,6 +138,8 @@ else ifeq "$(TargetOS_CPP)" "freebsd"
# FreeBSD cannot do proper resolution for $ORIGIN (due to a bug in
# rtld(1)), so disable it by default (see #7819).
DYNAMIC_GHC_PROGRAMS
=
NO
else
ifeq
"$(PlatformSupportsSharedLibs)" "NO"
DYNAMIC_GHC_PROGRAMS
=
NO
else
DYNAMIC_GHC_PROGRAMS
=
YES
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