Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b6b182f3
Commit
b6b182f3
authored
Mar 24, 2005
by
simonmar
Browse files
[project @ 2005-03-24 10:02:36 by simonmar]
Don't build GHC in all of GhcLibWays, like we do for other libraries
parent
7f788ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
b6b182f3
...
...
@@ -752,6 +752,11 @@ PACKAGE_CPP_OPTS += -DPKG_DEPENDS='$(PKG_DEPENDS)'
# build system for ghc/compiler isn't set up to handle it.
SplitObjs
=
NO
# the package build system likes to set WAYS=$(GhcLibWays), but we don't
# really want to build the whole of GHC multiple ways... if you do,
# set GhcCompilerWays instead.
GhcLibWays
=
$(GhcCompilerWays)
# override default definition of HS_IFACES so we can add $(odir)
HS_IFACES
=
$(
addsuffix
.
$(way_)
hi,
$(
basename
$(HS_OBJS)
))
endif
...
...
Write
Preview
Markdown
is supported
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