X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fproject.mk.in;h=58b0f1a0281b06fcc4dcc83c5c37f3aef5333fed;hb=6cec61d14a324285dbb8ce73d4c7215f1f8d6766;hp=dc16a392167d6e4a9c8154bb2a944bc7d3f6dff6;hpb=82fbc4be78c26dca06d3ff4a4b3ddc9a394edbd0;p=ghc-hetmet.git diff --git a/mk/project.mk.in b/mk/project.mk.in index dc16a39..58b0f1a 100644 --- a/mk/project.mk.in +++ b/mk/project.mk.in @@ -135,3 +135,11 @@ else Windows=NO endif +# Tell the build system what the host operating system is +# 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@