From 86518c03100202a289066b7ebd64479f92fd956d Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Nov 01 2019 16:56:12 +0000 Subject: Allow building in armhfp --- diff --git a/SPECS/cargo-vendor.spec b/SPECS/cargo-vendor.spec index e58c729..5824bea 100644 --- a/SPECS/cargo-vendor.spec +++ b/SPECS/cargo-vendor.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 ppc64 ppc64le s390x +%global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x # libgit2-sys expects to use its bundled library, which is sometimes just a # snapshot of libgit2's master branch. This can mean the FFI declarations