add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / nativeGen / Platform.hs
index 023d9ac..20cb5f5 100644 (file)
@@ -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.