1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
4 # T2 SDE: package/.../firefox/mips64.patch
5 # Copyright (C) 2020 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- firefox-81.0.2/third_party/rust/authenticator/src/linux/hidwrapper.rs.vanilla 2020-10-18 15:42:50.890221142 +0200
18 +++ firefox-81.0.2/third_party/rust/authenticator/src/linux/hidwrapper.rs 2020-10-18 15:43:13.658221167 +0200
20 #[cfg(all(target_arch = "mips", target_endian = "big"))]
21 include!("ioctl_mipsbe.rs");
23 -#[cfg(all(target_arch = "mips64", target_endian = "little"))]
24 +#[cfg(target_arch = "mips64")]
25 include!("ioctl_mips64le.rs");
27 #[cfg(all(target_arch = "powerpc", target_endian = "little"))]
28 --- firefox-81.0.2/third_party/rust/authenticator/build.rs.vanilla 2020-10-18 15:41:03.586221026 +0200
29 +++ firefox-81.0.2/third_party/rust/authenticator/build.rs 2020-10-18 15:43:25.558221180 +0200
32 } else if cfg!(all(target_arch = "mips", target_endian = "little")) {
34 - } else if cfg!(all(target_arch = "mips64", target_endian = "little")) {
35 + } else if cfg!(target_arch = "mips64") {
37 } else if cfg!(all(target_arch = "powerpc", target_endian = "little")) {