Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
b6eec100
Commit
b6eec100
authored
Oct 26, 2010
by
Simon Marlow
Browse files
fix stage1_libs pseudo-target
parent
9917b748
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
b6eec100
...
...
@@ -458,9 +458,6 @@ ifeq "$(BuildSharedLibs)" "YES"
ALL_STAGE1_LIBS
+=
$(
foreach
lib,
$(PACKAGES)
,
$
(
libraries/
$(lib)
_dist-install_dyn_LIB
))
endif
BOOT_LIBS
=
$(
foreach
lib,
$(STAGE0_PACKAGES)
,
$
(
libraries/
$(lib)
_dist-boot_v_LIB
))
# A useful pseudo-target
.PHONY
:
stage1_libs
stage1_libs
:
$(ALL_STAGE1_LIBS)
OTHER_LIBS
=
libffi/dist-install/build/libHSffi
$(v_libsuf)
libffi/dist-install/build/HSffi.o
ifeq
"$(BuildSharedLibs)" "YES"
...
...
@@ -679,6 +676,11 @@ endif
include
$(patsubst %, %/ghc.mk, $(BUILD_DIRS))
# A useful pseudo-target (must be after the include above, because it needs
# the value of things like $(libraries/base_dist-install_v_LIB).
.PHONY
:
stage1_libs
stage1_libs
:
$(ALL_STAGE1_LIBS)
# ----------------------------------------------
# Per-package compiler flags
#
...
...
Write
Preview
Supports
Markdown
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