summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-01-24 09:30:49 +0100
committerMartin Stransky <stransky@redhat.com>2017-01-24 09:30:49 +0100
commit7ea6c3f304b33c976a5dba25481a9f18fb98b05b (patch)
tree3849b4b8ef722a26cf5de436b408dc801e48689a /firefox.spec
parentTest armv7hl build (diff)
downloadlibrewolf-fedora-ff-7ea6c3f304b33c976a5dba25481a9f18fb98b05b.tar.gz
librewolf-fedora-ff-7ea6c3f304b33c976a5dba25481a9f18fb98b05b.tar.bz2
librewolf-fedora-ff-7ea6c3f304b33c976a5dba25481a9f18fb98b05b.zip
Temporary disabled armv7hl due to js crash
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec25
1 files changed, 3 insertions, 22 deletions
diff --git a/firefox.spec b/firefox.spec
index ecd4eb2..1be6f47 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,3 +1,6 @@
+# Temporary disabled due to js crash
+ExcludeArch: armv7hl
+
# Use system nspr/nss?
%define system_nss 1
@@ -341,28 +344,6 @@ echo "ac_add_options --enable-optimize" >> .mozconfig
echo "ac_add_options --disable-jemalloc" >> .mozconfig
%endif
-%if 0
-%ifarch armv7hl
-echo "ac_add_options --with-arch=armv7-a" >> .mozconfig
-echo "ac_add_options --with-float-abi=hard" >> .mozconfig
-echo "ac_add_options --with-fpu=vfpv3-d16" >> .mozconfig
-echo "ac_add_options --disable-ion" >> .mozconfig
-%endif
-%ifarch armv7hnl
-echo "ac_add_options --with-arch=armv7-a" >> .mozconfig
-echo "ac_add_options --with-float-abi=hard" >> .mozconfig
-echo "ac_add_options --with-fpu=neon" >> .mozconfig
-echo "ac_add_options --disable-ion" >> .mozconfig
-echo "ac_add_options --disable-yarr-jit" >> .mozconfig
-%endif
-%ifarch armv5tel
-echo "ac_add_options --with-arch=armv5te" >> .mozconfig
-echo "ac_add_options --with-float-abi=soft" >> .mozconfig
-echo "ac_add_options --disable-ion" >> .mozconfig
-echo "ac_add_options --disable-yarr-jit" >> .mozconfig
-%endif
-%endif
-
%ifnarch %{ix86} x86_64
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
bgstack15