[Rpm-maint] [rpm-software-management/rpm] Add support for ARM 64bit (aarch64) - Add arm32 and arm64 macros (#173)
MyungJoo Ham
notifications at github.com
Fri Mar 10 05:27:22 UTC 2017
%arm, by its name, it is supposed to include armv8 as well, but it is missing and some packages started using it as arm-32bit (upto armv7). At least, the comment in the macro definition meant to be "arm" architectures for both 32/64 bits: `arch macro for all supported ARM processors`
Some packages has started using `%ifarch %arm aarch64` in order to say "if it is arm" and some intend to mean arm 32bit with `%arm`; it is a pity that this commit is so long overdue. Anyway, because there are already too many packages using `%arm` to denote `arm32`, we may need to give `arm_all = arm32 arm64` and `arm = arm32`, allowing to clearly state it's "32bit" or "all arm".
I don't expect all developers to read "macros.in".
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/173#issuecomment-285581837
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170309/ed63ad09/attachment.html>
More information about the Rpm-maint
mailing list