X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fproject.mk.in;h=58b0f1a0281b06fcc4dcc83c5c37f3aef5333fed;hb=6cec61d14a324285dbb8ce73d4c7215f1f8d6766;hp=3ceef15f30d5344f4af564a7f18bd50d9852ae88;hpb=5775d5142da227d65fb86994d363eb16841ee642;p=ghc-hetmet.git diff --git a/mk/project.mk.in b/mk/project.mk.in index 3ceef15..58b0f1a 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@