summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2016-03-27 20:03:33 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2016-03-27 20:03:33 +0200
commit06cd26b92a4dfe1f5036440085c602da798d5146 (patch)
tree69502123223c0a85e2942466d01670e1751be043 /configure.ac
parent9f73e46c0f34b8b5e8318e6b488b7dade7db68e3 (diff)
downloadhaskell-06cd26b92a4dfe1f5036440085c602da798d5146.tar.gz
Remove now obsolete LD_STAGE0 hack
This was introduced in 109a1e53287f50103e8a5b592275940b6e3dbb53 but isn't needed anymore because by now we're bootstrapping with GHC versions which already provide "ld command" in `ghc --info` (that field was added in GHC 7.8)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index dbc19de80e..7d522b0998 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,9 +122,7 @@ if test "$WithGhc" != ""; then
GhcCanonVersion="$GhcMajVersion$GhcMinVersion2"
BOOTSTRAPPING_GHC_INFO_FIELD([CC_STAGE0],[C compiler command])
- dnl ToDo, once "ld command" is reliably available.
- dnl Then, we can remove the LD_STAGE0 hack in mk/build-package-date.mk
- dnl BOOTSTRAPPING_GHC_INFO_FIELD([LD_STAGE0],[ld command])
+ BOOTSTRAPPING_GHC_INFO_FIELD([LD_STAGE0],[ld command])
BOOTSTRAPPING_GHC_INFO_FIELD([AR_STAGE0],[ar command])
BOOTSTRAPPING_GHC_INFO_FIELD([AR_OPTS_STAGE0],[ar flags])
BOOTSTRAPPING_GHC_INFO_FIELD([ArSupportsAtFile_STAGE0],[ar supports at file])