diff options
author | Karel Gardas <karel.gardas@centrum.cz> | 2011-04-08 18:53:42 +0200 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-08 21:10:00 +0100 |
commit | e7f04c3b08e13c4db266afaa8899a4a84f489478 (patch) | |
tree | 29ba91a71382a088cc1fe503f3603fb84ab719c0 /mk/project.mk.in | |
parent | 814edf44433801e37318ce79082ac6991dbc87dd (diff) | |
download | haskell-e7f04c3b08e13c4db266afaa8899a4a84f489478.tar.gz |
- disable shared lib support on Solaris 10 and older (fixes #4973)
Diffstat (limited to 'mk/project.mk.in')
-rw-r--r-- | mk/project.mk.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/project.mk.in b/mk/project.mk.in index 3ceef15f30..58b0f1a028 100644 --- a/mk/project.mk.in +++ b/mk/project.mk.in @@ -139,3 +139,7 @@ endif # This distinguishes "msys" and "cygwin", which are not # not distinguished by HOST_OS_CPP OSTYPE=@OSTYPE@ + +# In case of Solaris OS, does it provide broken shared libs +# linker or not? +SOLARIS_BROKEN_SHLD=@SOLARIS_BROKEN_SHLD@ |