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
f77291d6
Commit
f77291d6
authored
Jan 16, 2013
by
Simon Marlow
Browse files
Pass --with-ld=$(LD) to ghc-cabal when configuring packages (#6086)
parent
a6ab0a40
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/build-package-data.mk
View file @
f77291d6
...
...
@@ -75,6 +75,7 @@ $1_$2_CONFIGURE_OPTS += $$(BOOT_PKG_CONSTRAINTS)
endif
$1_$2_CONFIGURE_OPTS
+=
--with-gcc
=
"
$$
(CC_STAGE
$3
)"
$1_$2_CONFIGURE_OPTS
+=
--with-ld
=
"
$
$(LD)
"
$1_$2_CONFIGURE_OPTS
+=
--configure-option
=
--with-cc
=
"
$$
(CC_STAGE
$3
)"
$1_$2_CONFIGURE_OPTS
+=
--with-ar
=
"
$$
(AR_STAGE
$3
)"
$1_$2_CONFIGURE_OPTS
+=
--with-ranlib
=
"
$
$(RANLIB)
"
...
...
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