diff options
author | Martin Stransky <stransky@redhat.com> | 2017-01-23 13:31:57 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-01-23 13:31:57 +0100 |
commit | 0a05ba33a546f46cfa55804ac701a2d1c280817f (patch) | |
tree | 3e24101a5dc12376302e925bde3c65be609e7362 | |
parent | disabled skia on aarch64 ppc64 s390x (diff) | |
download | librewolf-fedora-ff-0a05ba33a546f46cfa55804ac701a2d1c280817f.tar.gz librewolf-fedora-ff-0a05ba33a546f46cfa55804ac701a2d1c280817f.tar.bz2 librewolf-fedora-ff-0a05ba33a546f46cfa55804ac701a2d1c280817f.zip |
Test armv7hl build
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index c14fa86..ecd4eb2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -341,28 +341,27 @@ 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-elf-hack" >> .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-elf-hack" >> .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-elf-hack" >> .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 |