summaryrefslogtreecommitdiff
path: root/compiler/utils
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils')
-rw-r--r--compiler/utils/Platform.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/utils/Platform.hs b/compiler/utils/Platform.hs
index cfd948e779..600ed8099d 100644
--- a/compiler/utils/Platform.hs
+++ b/compiler/utils/Platform.hs
@@ -84,7 +84,6 @@ data OS
| OSNetBSD
| OSKFreeBSD
| OSHaiku
- | OSOsf3
| OSQNXNTO
| OSAndroid
| OSAIX
@@ -136,8 +135,6 @@ osElfTarget OSiOS = False
osElfTarget OSMinGW32 = False
osElfTarget OSKFreeBSD = True
osElfTarget OSHaiku = True
-osElfTarget OSOsf3 = False -- I don't know if this is right, but as
- -- per comment below it's safe
osElfTarget OSQNXNTO = False
osElfTarget OSAndroid = True
osElfTarget OSAIX = False