From 3cf64dec997e4954aaaf75dc8fcbcd48e4d65529 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Feb 14 2020 20:09:15 +0000 Subject: build on armhfp --- diff --git a/SPECS/rust.spec b/SPECS/rust.spec index e147b59..caba82b 100644 --- a/SPECS/rust.spec +++ b/SPECS/rust.spec @@ -1,7 +1,7 @@ # Only x86_64 and i686 are Tier 1 platforms at this time. # https://forge.rust-lang.org/platform-support.html #global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x -%global rust_arches x86_64 i686 aarch64 ppc64le s390x +%global rust_arches x86_64 i686 aarch64 ppc64le s390x armv7hl # The channel can be stable, beta, or nightly %{!?channel: %global channel stable}