X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fproject.mk.in;h=58b0f1a0281b06fcc4dcc83c5c37f3aef5333fed;hb=fd26d0ac1b48890dc7c3b5b60b42373fa964cdc8;hp=e5f64d01cf442bddb27d1c28505851eaf691feca;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b;p=ghc-hetmet.git diff --git a/mk/project.mk.in b/mk/project.mk.in index e5f64d0..58b0f1a 100644 --- a/mk/project.mk.in +++ b/mk/project.mk.in @@ -82,15 +82,9 @@ HOSTPLATFORM = @HostPlatform@ TARGETPLATFORM = @TargetPlatform@ BUILDPLATFORM = @BuildPlatform@ -# Hack alert: -# in one or two places, we need to get at the OS version (major and -# perhaps even minor), HostOS_Full is the OS name reported by -# AC_CANONICAL_SYSTEM. -# HostPlatform_CPP = @HostPlatform_CPP@ HostArch_CPP = @HostArch_CPP@ HostOS_CPP = @HostOS_CPP@ -HostOS_Full = @HostOS_Full@ HostVendor_CPP = @HostVendor_CPP@ TargetPlatform_CPP = @TargetPlatform_CPP@ @@ -141,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@