mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-31 01:45:53 +02:00
When building with g++-10 (or 8) on Focal, binaries are being produced with noexecstack by default, so we can remove the workaround of explicitly passing "-Wl,-z,noexecstack" for risvc46 and powerpc64le. When building for powerpc64 this is still required.