From 6c4856cef61447a85be330a5c755be813a297998 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 10 Jan 2022 18:30:50 +0100 Subject: [PATCH] build tier 2 target "thumbv7neon" on armv7hnl --- rust.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rust.spec b/rust.spec index 1d495f1..64397a3 100644 --- a/rust.spec +++ b/rust.spec @@ -143,6 +143,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define rust_triple armv7-unknown-linux-gnueabihf %define rust_host_triple %{rust_triple} %define rust_bootstrap_triple %{rust_triple} +%define rust_suppl_targets thumbv7neon-unknown-linux-gnueabihf %else %define rust_triple %{_target_cpu}-unknown-linux-gnu %define rust_host_triple %{rust_triple} -- 2.43.0