diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-06-29 13:58:36 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-06-29 13:58:36 +0000 |
commit | 27db51b3ef829728dd1c16d1324f959d116d67ea (patch) | |
tree | fe0228515526e458cd8ffd31a5c47b512d31b6da /rts/Makefile | |
parent | 73566e25d75588185b0581722406da5c48965c51 (diff) | |
download | haskell-27db51b3ef829728dd1c16d1324f959d116d67ea.tar.gz |
No longer force -fvia-C for the RTS, it can now be compiled with the NCG
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/Makefile b/rts/Makefile index 65c2c22cdf..ff7d82af50 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 |