summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-06-19 11:40:00 -0700
committerMartin Stransky <stransky@redhat.com>2019-06-19 11:40:00 -0700
commite80004137499a7e9e32a44779c6c39002af83423 (patch)
treeee8b106ed3e7ae5291094e7b40d8eb525d27b729 /firefox.spec
parentMerge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox (diff)
downloadlibrewolf-fedora-ff-e80004137499a7e9e32a44779c6c39002af83423.tar.gz
librewolf-fedora-ff-e80004137499a7e9e32a44779c6c39002af83423.tar.bz2
librewolf-fedora-ff-e80004137499a7e9e32a44779c6c39002af83423.zip
Disabled ppc64le PGO builds
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 27eaece..bf67c86 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -20,7 +20,7 @@ ExcludeArch: s390x
%global disable_elfhack 1
%global build_with_clang 0
%global use_bundled_cbindgen 1
-%ifnarch %{ix86} ppc64 s390x
+%ifnarch %{ix86} ppc64 s390 ppc64le
%if %{release_build}
%global build_with_pgo 1
%else
bgstack15