summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2013-02-26 14:00:08 +0000
committerSimon Marlow <marlowsd@gmail.com>2013-03-05 12:36:52 +0000
commit4a5f99b56d4507986444918d8efe8ad976cd4f7b (patch)
tree4f25bca68e6cc0d9d932851502ed789c8083a416 /configure.ac
parentd5f51d88dc78d0f891a33e37d715906adf2b4d0a (diff)
downloadhaskell-4a5f99b56d4507986444918d8efe8ad976cd4f7b.tar.gz
add a comment about LD_STAGE0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 56732b4732..535a619d7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,6 +117,9 @@ if test "$WithGhc" != ""; then
BOOTSTRAPPING_GHC_INFO_FIELD([OS_STAGE0],[target os])
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])
if test "x$OS_STAGE0" != "xOSDarwin"; then
BOOTSTRAPPING_GHC_INFO_FIELD([AR_STAGE0],[ar command])
BOOTSTRAPPING_GHC_INFO_FIELD([AR_OPTS_STAGE0],[ar flags])