diff options
author | Jani Välimaa <wally@mageia.org> | 2024-03-24 08:50:27 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-03-24 08:50:27 +0200 |
commit | 2d306f2d2749e0a4fe8210bce03e68399f13382d (patch) | |
tree | ef766892822063cd6a1271bac631449b38f1b9e6 /NEWS | |
parent | 16d740d1b94a74b750d00fc907c16cda279e51c8 (diff) | |
download | rpm-setup-2d306f2d2749e0a4fe8210bce03e68399f13382d.tar rpm-setup-2d306f2d2749e0a4fe8210bce03e68399f13382d.tar.gz rpm-setup-2d306f2d2749e0a4fe8210bce03e68399f13382d.tar.bz2 rpm-setup-2d306f2d2749e0a4fe8210bce03e68399f13382d.tar.xz rpm-setup-2d306f2d2749e0a4fe8210bce03e68399f13382d.zip |
macros: make _host_cpu identical with _target_cpu
ATM rpm uses real build host's arch and it can be different what we really want
(armv8l vs. armv7hl)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- macros: make _host_cpu identical with _target_cpu as ATM rpm uses real build + host's arch and it can be different what we really want (armv8l vs. armv7hl) + Version 2.75 - 23 March 2024, by Jani Välimaa - Makefile: fix brp-mangle-shebangs install - rpmrc: use -mtune=generic-armv7-a with armv7hl |