diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-12 01:36:46 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-12 01:36:46 -0300 |
commit | 58e1a98a566187947644099439a36b3570cad210 (patch) | |
tree | 74510564c60df94ae7b531af7da88354daceef57 /libre-testing | |
parent | b3a5694c6ba4ef605b01bb6a4b8ab2ef6739aa06 (diff) |
iceweasel-libre: revert some changes on pgo script
Diffstat (limited to 'libre-testing')
-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 |