Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
35c17bb1
Commit
35c17bb1
authored
Jan 27, 2005
by
simonmar
Browse files
[project @ 2005-01-27 12:55:15 by simonmar]
bootstrapping wibbles
parent
01fb2681
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/utils/ghc-pkg/Makefile
View file @
35c17bb1
...
...
@@ -13,10 +13,14 @@ SRC_HC_OPTS += -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches
SRC_HC_OPTS
+=
-i
$(GHC_LIB_COMPAT_DIR)
SRC_LD_OPTS
+=
-L
$(GHC_LIB_COMPAT_DIR)
-lghccompat
# And similarly for when booting from .hc files:
HC_BOOT_LD_OPTS
+=
-L
$(GHC_LIB_COMPAT_DIR)
HC_BOOT_LIBS
+=
-lghccompat
ifeq
"$(Windows)" "YES"
# not very nice, but required for -lghccompat on Windows
SRC_LD_OPTS
+=
-lshell32
HC_BOOT_LIBS
+=
-lshell32
endif
ifeq
"$(ghc_ge_504)" "NO"
...
...
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