X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FPlatform.hs;h=20cb5f5e9685e37d9ae32b5f639306c318c913f2;hb=2c1c4d3540e5671274d45a473f1d1da5d37f76c1;hp=023d9acfdb115f13b830865e933e11c00b33b9f7;hpb=fb18c56348c620cc75b129d190dff584392470cb;p=ghc-hetmet.git diff --git a/compiler/nativeGen/Platform.hs b/compiler/nativeGen/Platform.hs index 023d9ac..20cb5f5 100644 --- a/compiler/nativeGen/Platform.hs +++ b/compiler/nativeGen/Platform.hs @@ -58,6 +58,7 @@ osElfTarget :: OS -> Bool osElfTarget OSLinux = True osElfTarget OSFreeBSD = True osElfTarget OSOpenBSD = True +osElfTarget OSSolaris2 = True osElfTarget _ = False -- | This is the target platform as far as the #ifdefs are concerned.