diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-08 10:46:04 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-08 11:31:56 +0100 |
commit | 7a40a6cde92896d7de09919499c66324a2d01771 (patch) | |
tree | 5718476e060ec44d0272a43949e749760046ad04 /libffi/ghc.mk | |
parent | fd3b845c01aa26b6e5cd12c00af59e5468e21b1b (diff) | |
download | haskell-7a40a6cde92896d7de09919499c66324a2d01771.tar.gz |
Update libffi-tarballs submodule to libffi 3.1 (re #10238)
Reviewers: bgamari, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1589
GHC Trac Issues: #10238
Diffstat (limited to 'libffi/ghc.mk')
-rw-r--r-- | libffi/ghc.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index a25dbf0fe8..404cce989c 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -63,9 +63,6 @@ $(libffi_STAMP_CONFIGURE): $(TOUCH_DEP) # will use cygwin symbolic links which cannot be read by mingw gcc. chmod +x libffi/ln - # don't report nonselinux systems as selinux - ( cd libffi/build && "$(PATCH_CMD)" -p0 < ../libffi.x86-execstack.patch; ) - # We need to use -MMD rather than -MD, as otherwise we get paths # like c:/... in the dependency files on Windows, and the extra # colons break make |