commit 7a8ea05c5418deebe2789788dc0b5a439ce021c0
Author: Jan Palus <[email protected]>
Date:   Mon Jan 10 21:43:22 2022 +0100

    use thumbv7neon as cargo_target on armv7hnl; rel 3

 macros.rust         | 5 ++++-
 rpm-pld-macros.spec | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rpm-pld-macros.spec b/rpm-pld-macros.spec
index b8400f6..194e979 100644
--- a/rpm-pld-macros.spec
+++ b/rpm-pld-macros.spec
@@ -6,7 +6,7 @@ Summary:        PLD Linux RPM macros
 Summary(pl.UTF-8):     Makra RPM dla Linuksa PLD
 Name:          rpm-pld-macros
 Version:       %{rpm_macros_rev}
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Development/Building
 Source0:       macros.pld
diff --git a/macros.rust b/macros.rust
index 3478957..22ab2c6 100644
--- a/macros.rust
+++ b/macros.rust
@@ -21,9 +21,12 @@ aarch64-unknown-linux-gnu\\\
 %ifarch armv6hl\
 arm-unknown-linux-gnueabihf\\\
 %endif\
-%ifarch armv7hl armv7hnl\
+%ifarch armv7hl \
 armv7-unknown-linux-gnueabihf\\\
 %endif\
+%ifarch armv7hnl\
+thumbv7neon-unknown-linux-gnueabihf\\\
+%endif\
 %{nil}
 
 %cargo_targetdir       target
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/7a8ea05c5418deebe2789788dc0b5a439ce021c0

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to