From 58e1a98a566187947644099439a36b3570cad210 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 12 Apr 2013 01:36:46 -0300 Subject: iceweasel-libre: revert some changes on pgo script --- libre-testing/iceweasel-libre/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre-testing') 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 -- cgit v1.2.3