Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
397a885c
Commit
397a885c
authored
May 01, 2009
by
Simon Marlow
Browse files
add a .c --> .s rule
parent
c8d82c87
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/c-suffix-rules.mk
View file @
397a885c
...
...
@@ -42,6 +42,10 @@ $1/$2/build/%.$$($3_way_)s : $1/$2/build/%.c $$($1_$2_HC_DEP)
$
$(RM)
$$
@
$$
(
$1_$2_HC
)
$$
(
$1_$2_$3_GHC_CC_OPTS
)
-S
$$
<
-o
$$
@
$1/$2/build/%.$$($3_way_)s
:
$1/%.c $$($1_$2_HC_DEP)
$
$(RM)
$$
@
$$
(
$1_$2_HC
)
$$
(
$1_$2_$3_GHC_CC_OPTS
)
-S
$$
<
-o
$$
@
else
$1/$2/build/%.$$($3_osuf)
:
$1/%.c $$(MKDIRHIER)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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