[packages/rust] armv7h*l has its own target
atler
atler at pld-linux.org
Tue Jun 15 20:00:44 CEST 2021
commit ad04465025f05cab944318f513195670e55430cc
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Jun 15 17:59:07 2021 +0000
armv7h*l has its own target
rust.spec | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/rust.spec b/rust.spec
index 30702e2..cdbfa87 100644
--- a/rust.spec
+++ b/rust.spec
@@ -51,6 +51,8 @@ Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_ru
# Source3-md5: 3ac79872671df7ea0215fd351f52ffcf
Source4: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-arm-unknown-linux-gnueabihf.tar.xz
# Source4-md5: f624772d7c7ba2e83a51b4e9c1657f7b
+Source5: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-armv7-unknown-linux-gnueabihf.tar.xz
+# Source5-md5: 077d3f28a33af2cdb3897da9f8b81ca4
URL: https://www.rust-lang.org/
# for src/compiler-rt
BuildRequires: cmake >= 3.4.3
@@ -126,16 +128,22 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _lib lib64
%define _libdir %{_prefix}/lib64
%else
-%ifarch armv6hl armv7hl armv7hnl
+%ifarch armv6hl
%define rust_triple arm-unknown-linux-gnueabihf
%define rust_host_triple %{rust_triple}
%define rust_bootstrap_triple %{rust_triple}
%else
+%ifarch armv7hl armv7hnl
+%define rust_triple armv7-unknown-linux-gnueabihf
+%define rust_host_triple %{rust_triple}
+%define rust_bootstrap_triple %{rust_triple}
+%else
%define rust_triple %{_target_cpu}-unknown-linux-gnu
%define rust_host_triple %{rust_triple}
%define rust_bootstrap_triple %{rust_triple}
%endif
%endif
+%endif
%if %{without bootstrap}
%define local_rust_root %{_prefix}
@@ -339,9 +347,12 @@ tar xf %{SOURCE2}
%ifarch aarch64
tar xf %{SOURCE3}
%endif
-%ifarch armv6hl armv7hl armv7hnl
+%ifarch armv6hl
tar xf %{SOURCE4}
%endif
+%ifarch armv7hl armv7hnl
+tar xf %{SOURCE5}
+%endif
%{__mv} %{bootstrap_root} %{bootstrap_root}-root
%{bootstrap_root}-root/install.sh \
--components=cargo,rustc,rust-std-%{rust_bootstrap_triple} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rust.git/commitdiff/ad04465025f05cab944318f513195670e55430cc
More information about the pld-cvs-commit
mailing list