X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=fff9e5a4f6080ed0685acbb66430ac2c4754d273;hb=facfbf28a9bd4edeebc23e6d74a77a7ea83e5c61;hp=09c8621df7ee6bd9de5f7e88d9072b13cd59a8dd;hpb=f872c90f3bedbc3b909cfc4c37cda0455dee917e;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 09c8621..fff9e5a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -235,8 +235,6 @@ BuildSharedLibs=$(strip $(if $(findstring dyn,$(GhcLibWays)),YES,NO)) # debug_p : debugging profiled # thr_debug : debugging threaded # thr_debug_p : debugging threaded profiled -# t : ticky-ticky profiling -# debug_t : debugging ticky-ticky profiling # l : event logging # thr_l : threaded and event logging # @@ -603,7 +601,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 ""