Add a debug check for a non-empty FPU stack on x86 (see #4914)
[ghc-hetmet.git] / mk / project.mk.in
index dc16a39..3ceef15 100644 (file)
@@ -135,3 +135,7 @@ 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@