diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2017-09-09 14:25:30 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2017-09-09 14:27:22 +0200 |
commit | 400ead81e80f66ad7b1260b11b2a92f25ccc3e5a (patch) | |
tree | 58ef2a49a1ae1a561dd8494a1188b7fc824d1433 /mk | |
parent | 122f183d47fe46a54d2964111ce269939706b0f8 (diff) | |
download | haskell-400ead81e80f66ad7b1260b11b2a92f25ccc3e5a.tar.gz |
Remove makefile logic for legacy -this-package-key
This isn't needed anymore as we don't support GHC < 8 anymore.
This is a follow-up to 122f183
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 dbcd0e45b8..ac1512e7b7 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -510,8 +510,6 @@ endif GHC_PACKAGE_DB_FLAG = @GHC_PACKAGE_DB_FLAG@ -SUPPORTS_THIS_UNIT_ID = @SUPPORTS_THIS_UNIT_ID@ - #----------------------------------------------------------------------------- # C compiler # |