Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
b84da617
Commit
b84da617
authored
Apr 03, 2013
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
parents
f3bfbd58
9d33fc3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
mk/build.mk.sample
mk/build.mk.sample
+1
-1
rts/ghc.mk
rts/ghc.mk
+2
-3
No files found.
mk/build.mk.sample
View file @
b84da617
...
...
@@ -33,7 +33,7 @@
# A development build, working on the stage 2 compiler:
#BuildFlavour = devel2
GhcLibWays = $(if $(filter $(DYNAMIC_GHC_PROGRAMS),YES),dyn,v)
GhcLibWays = $(if $(filter $(DYNAMIC_GHC_PROGRAMS),YES),
v
dyn,v)
# Uncomment this to get prettier build output.
# Please use V = 1 when reporting GHC bugs.
...
...
rts/ghc.mk
View file @
b84da617
...
...
@@ -547,9 +547,8 @@ rts/package.conf.inplace : $(includes_H_CONFIG) $(includes_H_PLATFORM)
RTS_INSTALL_LIBS
+=
$(ALL_RTS_LIBS)
ifneq
"$(UseSystemLibFFI)" "YES"
RTS_INSTALL_LIBS
+=
$(
wildcard
rts/dist/build/libffi
$(soext)
*
)
RTS_INSTALL_LIBS
+=
$(
foreach
w,
$(
filter-out
dyn,
$(rts_WAYS)
)
,rts/dist/build/libCffi
$
(
$w_libsuf
))
RTS_INSTALL_LIBS
+=
rts/dist/build/
$(LIBFFI_DLL)
RTS_INSTALL_LIBS
+=
$(
wildcard
rts/dist/build/libffi
*
$(soext)
*
)
RTS_INSTALL_LIBS
+=
$(
foreach
w,
$(
filter-out
%dyn,
$(rts_WAYS)
)
,rts/dist/build/libCffi
$
(
$w_libsuf
))
endif
ifneq
"$(UseSystemLibFFI)" "YES"
...
...
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