Skip to content

Fix libffi on PowerPC

Peter Trommler requested to merge wip/T19885 into master

Apply an upstream fix for a build failure on PowerPC archs: https://github.com/libffi/libffi/commit/4f9e20ac51ce13d46fed3c869e1deb6d9bb89444

Remove C compiler flags that suppress warnings in the RTS. Those warnings have been fixed by libffi upstream.

Fixes #19885 (closed)

Merge request reports