Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
d9c3fa92
Commit
d9c3fa92
authored
Jan 27, 2005
by
simonmar
Browse files
[project @ 2005-01-27 11:29:03 by simonmar]
Suppress .cmm suffix rules when $(BootingFromHc)
parent
70b1b4c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Makefile
View file @
d9c3fa92
...
...
@@ -323,6 +323,7 @@ SRC_HC_OPTS += -fvia-C
# We *want* type-checking of hand-written cmm.
SRC_HC_OPTS
+=
-dcmm-lint
ifneq
"$(BootingFromHc)" "YES"
# .cmm files depend on all the .h files, to a first approximation.
%.$(way_)o
:
%.cmm $(H_FILES)
$(HC_PRE_OPTS)
...
...
@@ -338,6 +339,7 @@ SRC_HC_OPTS += -dcmm-lint
$(HC_PRE_OPTS)
$(HC)
$(HC_OPTS)
-S
$<
-o
$@
$(HC_POST_OPTS)
endif
#-----------------------------------------------------------------------------
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment