summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-08-05 18:11:09 +0100
committerIan Lynagh <ian@well-typed.com>2012-08-05 18:11:09 +0100
commitc17f301c7c3658cbb6a66d43825adbb37d9f5047 (patch)
tree9f4add618a9e49a7e0de85dafcf2d5858b3dc2c6 /mk
parent2d2650bf65da3aede4e1c1ca4da623092b869dbe (diff)
downloadhaskell-c17f301c7c3658cbb6a66d43825adbb37d9f5047.tar.gz
Remove LD_X; it's no longer used
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 81298e4a93..769bce8353 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -719,11 +719,6 @@ OBJDUMP = @ObjdumpCmd@
LLC = @LlcCmd@
OPT = @OptCmd@
-# Some ld's support the -x flag and some don't, so the configure
-# script detects which we have and sets LdXFlag to "-x" or ""
-# respectively.
-LD_X = @LdXFlag@
-
# GNU ld supports input via a linker script, which is useful to avoid
# overflowing command-line length limits.
LdIsGNULd = @LdIsGNULd@