X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=7acb3a2e72c084adae94831391bb4c3c191017d3;hb=e542d75c0a4b529aeafc0fc51038d670a8adc74c;hp=83a3aa8467a8c46fc84c7406ac3193f71f4b2adc;hpb=ff1b272a824d1189476daf7fe028496a4138f65d;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 83a3aa8..7acb3a2 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -272,9 +272,6 @@ GhcThreaded = $(if $(findstring thr,$(GhcRTSWays)),YES,NO) GhcLibHcOpts=-O2 -XGenerics -# Win32 only: Enable the RTS and libraries to be built as DLLs -DLLized=@EnableWin32DLLs@ - # Strip local symbols from libraries? This can make the libraries smaller, # but makes debugging somewhat more difficult. Doesn't work with all ld's. # @@ -606,7 +603,8 @@ RANLIB = @RANLIB@ SED = @SedCmd@ SHELL = /bin/sh -LD = @LdCmd@ +LD = @LdCmd@ +NM = @NmCmd@ # 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 ""