buildMozillaMach: allow PGO on all Linux platforms

Tested on the aarch64 community builder and it didn't get stuck like
back when we first tried to enable PGO.
This commit is contained in:
Martin Weinelt 2022-06-12 12:40:33 +02:00
parent d906563271
commit d5a87edeab
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -87,7 +87,7 @@
, jackSupport ? stdenv.isLinux, libjack2
, jemallocSupport ? true, jemalloc
, ltoSupport ? (stdenv.isLinux && stdenv.is64bit), overrideCC, buildPackages
, pgoSupport ? (stdenv.isLinux && stdenv.isx86_64 && stdenv.hostPlatform == stdenv.buildPlatform), xvfb-run
, pgoSupport ? (stdenv.isLinux && stdenv.hostPlatform == stdenv.buildPlatform), xvfb-run
, pipewireSupport ? waylandSupport && webrtcSupport
, pulseaudioSupport ? stdenv.isLinux, libpulseaudio
, sndioSupport ? stdenv.isLinux, sndio