diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-07-22 14:12:55 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-07-22 14:12:55 +0000 |
commit | 8ba7bea1b3993df0cfe9baa02fa74f3a356afffa (patch) | |
tree | 1f60e6af46f44587dbeb8430d372178e195ded68 /rts/Makefile | |
parent | 497d3a963f679681db098588bcab00121687c8ed (diff) | |
download | haskell-8ba7bea1b3993df0cfe9baa02fa74f3a356afffa.tar.gz |
remove -fvia-C that I apparrently accidentally added recently
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Makefile b/rts/Makefile index ab1eb3d7d8..a17eb2ac4b 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -152,8 +152,6 @@ SRC_CC_OPTS += $(STANDARD_OPTS) SRC_CC_OPTS += $(GhcRtsCcOpts) SRC_HC_OPTS += $(GhcRtsHcOpts) $(STANDARD_OPTS) -package-name rts -SRC_HC_OPTS += -fvia-C - ifneq "$(GhcWithSMP)" "YES" SRC_CC_OPTS += -DNOSMP SRC_HC_OPTS += -optc-DNOSMP |