diff options
author | Peter Trommler <ptrommler@acm.org> | 2021-05-22 11:53:10 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-28 10:45:54 -0400 |
commit | 46c2d0b0ef4f2f2e43facdb84346f36a9d3169ec (patch) | |
tree | 38d5ef669774c6968edea561f37bc2f0c77ed863 /libffi | |
parent | 469126b3cef2936d9831283a77d54330d0ff1ba8 (diff) | |
download | haskell-46c2d0b0ef4f2f2e43facdb84346f36a9d3169ec.tar.gz |
Fix libffi on PowerPC
Update submodule libffi-tarballs to upstream commit 4f9e20a.
Remove C compiler flags that suppress warnings in the RTS. Those
warnings have been fixed by libffi upstream.
Fixes #19885
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index a127612a29..ea59721bae 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -130,4 +130,3 @@ $(eval $(call clean-target,libffi,, \ libffi/build $(wildcard libffi/stamp.ffi.*) libffi/dist-install)) endif - |