Skip to content
Snippets Groups Projects
Commit aa8549ff authored by kgardas's avatar kgardas Committed by thoughtpolice
Browse files

disable shared libs on sparc (linux/solaris) (fixes #8857)


Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
(cherry picked from commit 623883f1)
parent 880d8133
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,9 @@ endif ...@@ -98,7 +98,9 @@ endif
NoSharedLibsPlatformList = arm-unknown-linux \ NoSharedLibsPlatformList = arm-unknown-linux \
powerpc-unknown-linux \ powerpc-unknown-linux \
x86_64-unknown-mingw32 \ x86_64-unknown-mingw32 \
i386-unknown-mingw32 i386-unknown-mingw32 \
sparc-sun-solaris2 \
sparc-unknown-linux
ifeq "$(SOLARIS_BROKEN_SHLD)" "YES" ifeq "$(SOLARIS_BROKEN_SHLD)" "YES"
NoSharedLibsPlatformList += i386-unknown-solaris2 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