diff options
author | John Ericson <git@JohnEricson.me> | 2019-10-06 12:35:24 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-07 12:07:08 -0400 |
commit | 4df39fd071aa5b6863818212df116547201cd29c (patch) | |
tree | 5e27be6b483369bc4602afd6d4ed8ec4a3b3172a /mk | |
parent | 9a6bfb0a0b4c3a29652df1320c30035e1347949d (diff) | |
download | haskell-4df39fd071aa5b6863818212df116547201cd29c.tar.gz |
Get rid of GHC_PACKAGE_DB_FLAG
We no longer support booting from older GHC since
527bcc41630918977c73584d99125ff164400695.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index f9dbf4bc5a..a946b17bf9 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -474,8 +474,6 @@ else GhcCanonVersion = $(GhcMajVersion)$(GhcMinVersion) endif -GHC_PACKAGE_DB_FLAG = @GHC_PACKAGE_DB_FLAG@ - #----------------------------------------------------------------------------- # Settings |