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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
d16f69bd
Commit
d16f69bd
authored
Jul 22, 2008
by
Simon Marlow
Browse files
set PAPI_LIB_DIR="" when we don't have PAPI (clean up package.conf)
parent
8ba7bea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Makefile
View file @
d16f69bd
...
...
@@ -291,7 +291,11 @@ ifneq "$(PapiLibDirs)" ""
SRC_LD_OPTS
+=
-L
$(PapiLibDirs)
endif
endif
# GhcRtsWithPapi==YES
else
# GhcRtsWithPapi==YES
PACKAGE_CPP_OPTS
+=
-DPAPI_LIB_DIR
=
""
endif
#-----------------------------------------------------------------------------
# make depend setup
...
...
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