rust only for x86 and x86-64 for now firefox52
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 20 Mar 2017 17:19:31 +0100
branchfirefox52
changeset 948 6c4f1ff135d3
parent 947 35d341c079b2
child 949 d91c918a6511
rust only for x86 and x86-64 for now
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.changes	Mon Mar 20 16:44:08 2017 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Mon Mar 20 17:19:31 2017 +0100
@@ -1,7 +1,7 @@
 -------------------------------------------------------------------
 Mon Mar 20 15:35:57 UTC 2017 - wr@rosenauer.org
 
-- disable rust usage for PPC64LE
+- disable rust usage for everything but x86(-64)
 
 -------------------------------------------------------------------
 Fri Mar 17 15:43:29 UTC 2017 - wr@rosenauer.org
--- a/MozillaFirefox/MozillaFirefox.spec	Mon Mar 20 16:44:08 2017 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Mar 20 17:19:31 2017 +0100
@@ -28,11 +28,9 @@
 
 %if 0%{?suse_version} > 1320
 %define firefox_use_gtk3 1
-%define firefox_use_rust 1
+%ifarch %ix86 x86_64
+%define firefox_use_rust 0
 %endif
-# Firefox is not prepared for ppc64le rust
-%ifarch ppc64le
-%define firefox_use_rust 0
 %endif
 
 # general build definitions