From 0ba1a86917a7f852b3d1ae37d63954c93cab1391 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 29 Aug 2018 14:22:44 +0200 Subject: [PATCH] Enable ion for arm --- thunderbird.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/thunderbird.spec b/thunderbird.spec index 0252e73..f4d4985 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -312,7 +312,7 @@ echo "ac_add_options --enable-system-ffi" >> .mozconfig echo "ac_add_options --disable-debug" >> .mozconfig %endif -%ifarch %{arm} aarch64 +%ifarch aarch64 echo "ac_add_options --disable-ion" >> .mozconfig %endif @@ -329,13 +329,11 @@ echo "ac_add_options --with-fpu=vfpv3-d16" >> .mozconfig 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