diff options
author | Zubin Duggal <zubin.duggal@gmail.com> | 2021-07-06 15:40:43 +0530 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-08-03 10:15:11 -0400 |
commit | bbee89ddfe4b5df14e76d70d92b40648bd5d88b1 (patch) | |
tree | 3189ae95c8bd4006f8cbab6207b97843e2cf361e /ghc/ghc.mk | |
parent | c248e7cc19b27130542a4ff3227ec99d9d50b8d1 (diff) | |
download | haskell-bbee89ddfe4b5df14e76d70d92b40648bd5d88b1.tar.gz |
Remove hschooks.c and -no-hs-main for ghc-bin
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r-- | ghc/ghc.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index df03c41dbb..6efe63cb0f 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -38,15 +38,9 @@ ghc_stage1_UseGhcForCC = YES ghc_stage2_UseGhcForCC = YES ghc_stage3_UseGhcForCC = YES -ghc_stage1_C_FILES_NODEPS = ghc/hschooks.c - ghc_stage2_MKDEPENDC_OPTS = -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES ghc_stage3_MKDEPENDC_OPTS = -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -ghc_stage1_MORE_HC_OPTS += -no-hs-main -ghc_stage2_MORE_HC_OPTS += -no-hs-main -ghc_stage3_MORE_HC_OPTS += -no-hs-main - ifeq "$(GhcDebugged)" "YES" ghc_stage1_MORE_HC_OPTS += -debug ghc_stage2_MORE_HC_OPTS += -debug |