Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
623883f1
Commit
623883f1
authored
Mar 07, 2014
by
kgardas
Committed by
Austin Seipp
Mar 13, 2014
Browse files
disable shared libs on sparc (linux/solaris) (fixes #8857)
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
a0bcbb54
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
623883f1
...
...
@@ -98,7 +98,9 @@ endif
NoSharedLibsPlatformList
=
arm-unknown-linux
\
powerpc-unknown-linux
\
x86_64-unknown-mingw32
\
i386-unknown-mingw32
i386-unknown-mingw32
\
sparc-sun-solaris2
\
sparc-unknown-linux
ifeq
"$(SOLARIS_BROKEN_SHLD)" "YES"
NoSharedLibsPlatformList
+=
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