Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
1d6393ea
Commit
1d6393ea
authored
May 19, 2009
by
Ian Lynagh
Browse files
Use SRC_CC_OPTS when making HSffi.o
parent
47f42dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
libffi/ghc.mk
View file @
1d6393ea
...
...
@@ -163,7 +163,7 @@ $(eval $(call all-target,libffi,libffi/libHSffi.a libffi/libHSffi_p.a))
libffi/HSffi.o
:
libffi/libHSffi.a
cd
libffi
&&
\
touch
empty.c
;
\
$(CC)
-c
empty.c
-o
HSffi.o
$(CC)
$(SRC_CC_OPTS)
-c
empty.c
-o
HSffi.o
$(eval
$(call
all-target,libffi,libffi/HSffi.o))
...
...
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