From e80004137499a7e9e32a44779c6c39002af83423 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 19 Jun 2019 11:40:00 -0700 Subject: [PATCH] Disabled ppc64le PGO builds --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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