X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=27dc20acb50506c191e60243eae06f3fe492592a;hb=c6d90de6e5236d32df49609bb9179b0108033c86;hp=68a4fd2a8a69b0c7f9d55568a6252825184f26c0;hpb=aa9c98eccad321f97953330e7d4931a68ed0550e;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 68a4fd2..27dc20a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -763,11 +763,6 @@ HaveFrameworkHaskellSupport = @HaveFrameworkHaskellSupport@ HavePosixRegex = @HavePosixRegex@ #----------------------------------------------------------------------------- -# GTK+ - -GTK_CONFIG = @GTK_CONFIG@ - -#----------------------------------------------------------------------------- # Flex (currently unused, could be moved to glafp-utils) # FLEX = @LEX@ @@ -817,12 +812,17 @@ RM = rm -f SED = @SedCmd@ SHELL = /bin/sh +LD = @LdCmd@ + # 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@ +# GNU ld supports input via a linker script, which is useful to avoid +# overflowing command-line length limits. +LdIsGNULd = @LdIsGNULd@ + # # In emergency situations, REAL_SHELL is used to perform shell commands # from within the ghc driver script, by scribbling the command line to