Skip to content
Snippets Groups Projects
Commit 8e51a7ab authored by kgardas's avatar kgardas Committed by ian@well-typed.com
Browse files

add arm-unknown-linux to platforms which do not support shared libs

This patch disables shared libs support on arm-unknown-linux platform. It
unbreaks ghc-stage2 on this platform after recent Ian's changes
in dynamic/shared libs domain. The reason why ghc-stage2 fails when linked
with shared libs is still unknown so this is just a workaround at the moment,
but it at least recovers previous "correct" behavior of ghc-stage2
on ARM/Linux
parent 192a8f9f
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ TargetElf = YES
endif
# Some platforms don't support shared libraries
NoSharedLibsPlatformList =
NoSharedLibsPlatformList = arm-unknown-linux
ifeq "$(SOLARIS_BROKEN_SHLD)" "YES"
NoSharedLibsPlatformList += i386-unknown-solaris2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment