summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index fdde6f8a4b..acace59fdf 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -598,13 +598,9 @@ SRC_HC_OPTS += -package Win32
PKG_DEPENDS += Win32
endif
else
-ifeq "$(bootstrapped) $(ghc_ge_601)" "NO NO"
-SRC_HC_OPTS += -package posix
-else
SRC_HC_OPTS += -package unix
PKG_DEPENDS += unix
endif
-endif
# We use the Cabal package in stages 2/3 only; in stage 1 we're using
# the libcompat library which provides the Cabal modules.