summaryrefslogtreecommitdiff
path: root/lang/ghc/files/patch-compiler_ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ghc/files/patch-compiler_ghc.mk')
-rw-r--r--lang/ghc/files/patch-compiler_ghc.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ghc/files/patch-compiler_ghc.mk b/lang/ghc/files/patch-compiler_ghc.mk
deleted file mode 100644
index ebd1dda64453..000000000000
--- a/lang/ghc/files/patch-compiler_ghc.mk
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./compiler/ghc.mk.orig 2012-02-01 19:10:32.000000000 +0100
-+++ ./compiler/ghc.mk 2012-05-17 11:32:41.868463028 +0200
-@@ -107,6 +107,10 @@
- @echo 'cRAWCPP_FLAGS = "$(RAWCPP_FLAGS)"' >> $@
- @echo 'cLdHasNoCompactUnwind :: String' >> $@
- @echo 'cLdHasNoCompactUnwind = "$(LdHasNoCompactUnwind)"' >> $@
-+ @echo 'cLdHashSize31 :: String' >> $@
-+ @echo 'cLdHashSize31 = "$(LdHashSize31)"' >> $@
-+ @echo 'cLdReduceMemoryOverheads :: String' >> $@
-+ @echo 'cLdReduceMemoryOverheads = "$(LdReduceMemoryOverheads)"' >> $@
- @echo 'cLdIsGNULd :: String' >> $@
- @echo 'cLdIsGNULd = "$(LdIsGNULd)"' >> $@
- @echo 'cLdHasBuildId :: String' >> $@