diff --git a/.rust.metadata b/.rust.metadata index 3cc07c5..6351c58 100644 --- a/.rust.metadata +++ b/.rust.metadata @@ -1 +1,2 @@ 7447f361432a8c569eb5b5ab85b784a898dd61d2 SOURCES/rustc-1.45.0-src.tar.xz +b2b17448384bc9e972bb275e0a40afc4128fde1e SOURCES/rust-1.44.0-armv7-unknown-linux-gnueabihf.tar.xz diff --git a/SPECS/rust.spec b/SPECS/rust.spec index 0334473..350fd2c 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 armv7hl aarch64 ppc64 ppc64le s390x +#global rust_arches x86_64 i686 aarch64 ppc64le s390x # The channel can be stable, beta, or nightly %{!?channel: %global channel stable} @@ -16,7 +16,7 @@ %global bootstrap_date 2020-06-04 # Only the specified arches will use bootstrap binaries. -#global bootstrap_arches %%{rust_arches} +%global bootstrap_arches armv7hl # Using llvm-static may be helpful as an opt-in, e.g. to aid LLVM rebases. %bcond_with llvm_static