X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FMakefile;h=4e1c915e509b65dae3a0b124a0513d42d6f4e146;hb=395726c5f8e77a01074e775e838658243e39e21c;hp=7fab5fa068f0cfef02ffd74d0b33bd980ce05731;hpb=49b8105e8d56c90099234e31c32ba3f1643276fe;p=ghc-hetmet.git diff --git a/rts/Makefile b/rts/Makefile index 7fab5fa..4e1c915 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -171,6 +171,16 @@ RtsUtils_CC_OPTS += -DTargetPlatform=$(DQ)$(TARGETPLATFORM)$(DQ) RtsUtils_CC_OPTS += -DGhcUnregisterised=$(DQ)$(GhcUnregisterised)$(DQ) RtsUtils_CC_OPTS += -DGhcEnableTablesNextToCode=$(DQ)$(GhcEnableTablesNextToCode)$(DQ) +StgCRun_CC_OPTS += -w +Typeable_CC_OPTS += -w +RetainerProfile_CC_OPTS += -w +sm/Compact_CC_OPTS += -w +# The above warning supression flags are a temporary kludge. +# While working on this module you are encouraged to remove it and fix +# any warnings in the module. See +# http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions#Warnings +# for details + ifeq "$(way)" "mp" SRC_HC_OPTS += -I$$PVM_ROOT/include endif