summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-08-05 21:28:20 +0100
committerIan Lynagh <ian@well-typed.com>2012-08-05 21:28:20 +0100
commit668151c880f5662e59288a0884d8d3505c0ce7d7 (patch)
treefa20b117613c448c7e0c33f078c5c17a11fb7ede /compiler/ghc.mk
parent1235c2742ee991d15e1db4e2b2ed8587951221ea (diff)
downloadhaskell-668151c880f5662e59288a0884d8d3505c0ce7d7.tar.gz
More more ld-related settings into the settings file
Related to #4862
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 8ddf73a4e2..de191eaa10 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -99,12 +99,6 @@ endif
@echo 'cLeadingUnderscore = "$(LeadingUnderscore)"' >> $@
@echo 'cRAWCPP_FLAGS :: String' >> $@
@echo 'cRAWCPP_FLAGS = "$(RAWCPP_FLAGS)"' >> $@
- @echo 'cLdHasNoCompactUnwind :: String' >> $@
- @echo 'cLdHasNoCompactUnwind = "$(LdHasNoCompactUnwind)"' >> $@
- @echo 'cLdIsGNULd :: String' >> $@
- @echo 'cLdIsGNULd = "$(LdIsGNULd)"' >> $@
- @echo 'cLdHasBuildId :: String' >> $@
- @echo 'cLdHasBuildId = "$(LdHasBuildId)"' >> $@
@echo 'cGHC_DRIVER_DIR :: String' >> $@
@echo 'cGHC_DRIVER_DIR = "$(GHC_DRIVER_DIR)"' >> $@
@echo 'cGHC_UNLIT_PGM :: String' >> $@