X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=fff9e5a4f6080ed0685acbb66430ac2c4754d273;hb=facfbf28a9bd4edeebc23e6d74a77a7ea83e5c61;hp=83a3aa8467a8c46fc84c7406ac3193f71f4b2adc;hpb=ff1b272a824d1189476daf7fe028496a4138f65d;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 83a3aa8..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 # @@ -272,9 +270,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 +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 ""