summaryrefslogtreecommitdiff
path: root/rules/package-config.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-12-14 01:10:11 +0000
committerIan Lynagh <igloo@earth.li>2010-12-14 01:10:11 +0000
commit2247d4c49e705ee88f5249368e718c12897fe103 (patch)
tree04858b4d0dc1e356755ad94ba79616fdc464c978 /rules/package-config.mk
parentcf00e6f9496393962342df483f9555b8c71ae0c2 (diff)
downloadhaskell-2247d4c49e705ee88f5249368e718c12897fe103.tar.gz
Remove dead code now that we require the bootstrapping compiler be >= 6.12
Diffstat (limited to 'rules/package-config.mk')
-rw-r--r--rules/package-config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/package-config.mk b/rules/package-config.mk
index bd962e15ac..fbed905aba 100644
--- a/rules/package-config.mk
+++ b/rules/package-config.mk
@@ -18,8 +18,6 @@ $1_$2_HC = $$(GHC_STAGE$3)
# configuration stuff that depends on which GHC we're building with
ifeq "$3" "0"
-$1_$2_ghc_ge_6102 = $$(ghc_ge_6102)
-$1_$2_ghc_ge_611 = $$(ghc_ge_611)
$1_$2_ghc_ge_613 = $$(ghc_ge_613)
$1_$2_HC_CONFIG = $$(GHC_STAGE0)
$1_$2_HC_CONFIG_DEP =
@@ -38,8 +36,6 @@ ifeq "$(ghc_ge_613)" "YES"
$1_$2_HC_OPTS += -rtsopts
endif
else
-$1_$2_ghc_ge_6102 = YES
-$1_$2_ghc_ge_611 = YES
$1_$2_ghc_ge_613 = YES
$1_$2_HC_PKGCONF =
$1_$2_HC_CONFIG = $$(TOP)/$$(DUMMY_GHC_INPLACE)