X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fghc.mk;h=aee33695a533c94bf4ebaad18006bcf2db780a7a;hb=085d9de94b86e1559de064528d6480ee27de9091;hp=bffdaaedf173c4849432171f665d17375d004d63;hpb=015d3d46b6de2f95386a515a7d166d996a0416db;p=ghc-hetmet.git diff --git a/rts/ghc.mk b/rts/ghc.mk index bffdaae..aee3369 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -367,6 +367,13 @@ rts_dist_C_SRCS = $(rts_C_SRCS) $(rts_thr_EXTRA_C_SRCS) rts_dist_S_SRCS = $(rts_S_SRCS) rts_dist_C_FILES = $(rts_C_SRCS) $(rts_thr_EXTRA_C_SRCS) $(rts_S_SRCS) +# Hack: we define every way-related option here, so that we get (hopefully) +# a superset of the dependencies. To do this properly, we should generate +# a different set of dependencies for each way. Further hack: PROFILING an + +# TICKY_TICKY can't be used together, so we omit TICKY_TICKY for now. +rts_dist_MKDEPENDC_OPTS += -DPROFILING -DTHREADED_RTS -DDEBUG + ifeq "$(HaveDtrace)" "YES" rts_dist_MKDEPENDC_OPTS += -Irts/dist/build