summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-11-12 02:00:43 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-15 10:18:32 -0500
commitb679721a097161315b47c0f186ff72ec84c1389c (patch)
treed8847ee9f0772a5fdfed55369a2e414ea863fd2b /ghc
parent25d36c3178945d926f936ee32e57894d1743063c (diff)
downloadhaskell-b679721a097161315b47c0f186ff72ec84c1389c.tar.gz
Delete dead code knobs for building GHC itself
As GHC has become target agnostic, we've left behind some now-useless logic in both build systems.
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk
index 6efe63cb0f..fcfb61f65a 100644
--- a/ghc/ghc.mk
+++ b/ghc/ghc.mk
@@ -38,9 +38,6 @@ ghc_stage1_UseGhcForCC = YES
ghc_stage2_UseGhcForCC = YES
ghc_stage3_UseGhcForCC = YES
-ghc_stage2_MKDEPENDC_OPTS = -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
-ghc_stage3_MKDEPENDC_OPTS = -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
-
ifeq "$(GhcDebugged)" "YES"
ghc_stage1_MORE_HC_OPTS += -debug
ghc_stage2_MORE_HC_OPTS += -debug