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
jberryman
GHC
Commits
02de51da
Commit
02de51da
authored
May 08, 2006
by
Simon Marlow
Browse files
GHC_MANGLER-->MANGLER
parent
3104fac1
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/suffix.mk
View file @
02de51da
...
@@ -135,7 +135,7 @@ $(odir_)%.raw_s : %.hc
...
@@ -135,7 +135,7 @@ $(odir_)%.raw_s : %.hc
$(CC)
-x
c
$<
-o
$@
-S
-O
$(HC_BOOT_CC_OPTS)
-I
.
`
echo
$(
patsubst
-monly-
%-regs,
-DSTOLEN_X86_REGS
=
%,
$(
filter
-monly-
%-regs,
$
(
$*
_HC_OPTS
)))
|
sed
's/^$$/-DSTOLEN_X86_REGS=4/'
`
$(CC)
-x
c
$<
-o
$@
-S
-O
$(HC_BOOT_CC_OPTS)
-I
.
`
echo
$(
patsubst
-monly-
%-regs,
-DSTOLEN_X86_REGS
=
%,
$(
filter
-monly-
%-regs,
$
(
$*
_HC_OPTS
)))
|
sed
's/^$$/-DSTOLEN_X86_REGS=4/'
`
$(odir_)%.s
:
%.raw_s
$(odir_)%.s
:
%.raw_s
$(
GHC_
MANGLER)
$<
$@
$(
patsubst
-monly-
%-regs, %,
$(
filter
-monly-
%-regs,
$
(
$*
_HC_OPTS
)))
$(MANGLER)
$<
$@
$(
patsubst
-monly-
%-regs, %,
$(
filter
-monly-
%-regs,
$
(
$*
_HC_OPTS
)))
$(odir_)%.o
:
%.s
$(odir_)%.o
:
%.s
$(CC)
-c
-o
$@
$<
$(CC)
-c
-o
$@
$<
...
...
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