diff options
-rw-r--r-- | libre-testing/iceweasel-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/iceweasel-libre/PKGBUILD b/libre-testing/iceweasel-libre/PKGBUILD index bafff0c97..920a70c83 100644 --- a/libre-testing/iceweasel-libre/PKGBUILD +++ b/libre-testing/iceweasel-libre/PKGBUILD @@ -158,10 +158,10 @@ build() { unset MAKEFLAGS if $_pgo; then - # Enable PGO for x86_64 only. i686 currently has problems: + # Enable PGO for x86_64 and mips64el only. i686 currently has problems: # Either segfaults since gcc 4.8, or the linker runs out of memory # If you discover that PGO again works on i686, please file a bug - if [[ $CARCH = x86_64 ]]; then + if [[ $CARCH != i686 ]]; then export DISPLAY=:99 Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY & _fail=0 |