Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
c0dabc3e
Commit
c0dabc3e
authored
May 10, 2005
by
simonmar
Browse files
[project @ 2005-05-10 10:29:49 by simonmar]
Bootstrap fix from GNU/Hurd port From: Thomas Schwinge
parent
114c32eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/bootstrap.mk
View file @
c0dabc3e
# -----------------------------------------------------------------------------
# $Id: bootstrap.mk,v 1.3
3
2005/0
1/27 13:00:14
simonmar Exp $
# $Id: bootstrap.mk,v 1.3
4
2005/0
5/10 10:29:49
simonmar Exp $
#
# Makefile rules for booting from .hc files without a driver.
#
...
...
@@ -97,14 +97,14 @@ HC_BOOT_LD_OPTS = \
$(DASH_L_GHC_RTS_GMP_DIR)
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/base
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/base/cbits
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/haskell98
-L
$(FPTOOLS_TOP_ABS)
/libraries/haskell98
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/parsec
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/Cabal
ifeq
"$(GhcWithInterpreter)" "YES"
HC_BOOT_LD_OPTS
+=
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/template-haskell
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/readline
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/parsec
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/Cabal
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/unix
\
-L
$(FPTOOLS_TOP_ABS)
/libraries/unix/cbits
endif
...
...
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