X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=2f52bad073ab3e0bf78964529054fce524fd035d;hb=4d6959b1a60cc8b03c76346c9a7bddfd77f4f80a;hp=1268da342b29f0f881316c2bc352d8e591887dbb;hpb=0a0b7155ede4346ba146384e6f9656c41b50cb2e;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 1268da3..2f52bad 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -700,7 +700,6 @@ INSTALL := $(subst .././install-sh,$(FPTOOLS_TOP_ABS)/install-sh,$(INSTALL)) LATEX = latex HEVEA = hevea HACHA = hacha -LD = ld LN_S = @LN_S@ MANMACROS = -man MSMACROS = -ms @@ -714,6 +713,13 @@ RANLIB = @RANLIB@ RM = rm -f SED = @SedCmd@ SHELL = /bin/sh + +# 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 = @LdCmd@ +LD_X = @LdXFlag@ + # # In emergency situations, REAL_SHELL is used to perform shell commands # from within the ghc driver script, by scribbling the command line to