No longer force -fvia-C for the RTS, it can now be compiled with the NCG
authorSimon Marlow <simonmar@microsoft.com>
Thu, 29 Jun 2006 13:58:36 +0000 (13:58 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 29 Jun 2006 13:58:36 +0000 (13:58 +0000)
rts/Makefile

index 65c2c22..ff7d82a 100644 (file)
@@ -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