Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
af9b4778
Commit
af9b4778
authored
Jun 29, 2007
by
Simon Marlow
Browse files
unbreak "recompile utils with stage 1"
parent
ac5b9252
Changes
2
Hide whitespace changes
Inline
Side-by-side
compat/compat.mk
View file @
af9b4778
...
...
@@ -48,17 +48,15 @@ SRC_MKDEPENDHS_OPTS += \
-optdep--exclude-module
=
System.FilePath
\
-optdep--exclude-module
=
System.FilePath.Posix
\
-optdep--exclude-module
=
System.FilePath.Windows
\
-optdep--exclude-module
=
System.Directory.Internals
\
-optdep--exclude-module
=
Trace.Hpc.Mix
\
-optdep--exclude-module
=
Trace.Hpc.Util
\
-optdep--exclude-module
=
Trace.Hpc.Tix
-optdep--exclude-module
=
System.Directory.Internals
PACKAGE_CABAL
=
PACKAGE_HPC
=
else
PACKAGE_CABAL
=
-package
Cabal
PACKAGE_HPC
=
-package
hpc
endif
utils/hpc/Makefile
View file @
af9b4778
...
...
@@ -5,13 +5,8 @@ HS_PROG = hpc$(exeext)
INSTALL_PROGS
+=
$(HS_PROG)
HPC_LIB
=
$(TOP)
/libraries/hpc
# This causes libghccompat.a to be used:
include
$(GHC_COMPAT_DIR)/compat.mk
# This is required because libghccompat.a must be built with
# $(GhcHcOpts) because it is linked to the compiler, and hence
# we must also build with $(GhcHcOpts) here:
SRC_HC_OPTS
+=
$(GhcHcOpts)
$(GhcStage1HcOpts)
SRC_HC_OPTS
+=
$(PACKAGE_HPC)
binary-dist
:
$(INSTALL_DIR)
$(BIN_DIST_DIR)
/utils/hpc
...
...
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