[commit: ghc] master: No libffi docs (d0c5d8d)
git at git.haskell.org
git at git.haskell.org
Tue Oct 3 00:23:14 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d0c5d8dec85b2d389ada5167be9c805f83349f8f/ghc
>---------------------------------------------------------------
commit d0c5d8dec85b2d389ada5167be9c805f83349f8f
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Sun Oct 1 17:39:28 2017 +0800
No libffi docs
Summary:
building libffi docs with our intree-libffi seems
rather pointless.
Reviewers: bgamari, austin
Reviewed By: bgamari
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D4054
>---------------------------------------------------------------
d0c5d8dec85b2d389ada5167be9c805f83349f8f
libffi/ghc.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/libffi/ghc.mk b/libffi/ghc.mk
index 691eda7..6bc8897 100644
--- a/libffi/ghc.mk
+++ b/libffi/ghc.mk
@@ -99,6 +99,7 @@ $(libffi_STAMP_CONFIGURE): $(TOUCH_DEP)
"$(SHELL)" ./configure \
--prefix=$(TOP)/libffi/build/inst \
--libdir=$(TOP)/libffi/build/inst/lib \
+ --disable-docs \
--enable-static=yes \
--enable-shared=$(libffi_EnableShared) \
--host=$(TargetPlatformFull)
More information about the ghc-commits
mailing list