From: Simon Marlow Date: Thu, 29 Jun 2006 13:58:36 +0000 (+0000) Subject: No longer force -fvia-C for the RTS, it can now be compiled with the NCG X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=27db51b3ef829728dd1c16d1324f959d116d67ea No longer force -fvia-C for the RTS, it can now be compiled with the NCG --- diff --git a/rts/Makefile b/rts/Makefile index 65c2c22..ff7d82a 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -325,9 +325,6 @@ GC_HC_OPTS += -optc-O3 # upd_evacee() assigments get moved before the object copy. SRC_CC_OPTS += -fno-strict-aliasing -# Cmm must be compiled via-C for now, because the NCG can't handle loops -SRC_HC_OPTS += -fvia-C - # We *want* type-checking of hand-written cmm. SRC_HC_OPTS += -dcmm-lint