[Rpm-maint] [rpm-software-management/rpm] Fix a couple of issues with removing the GNU suffixes from the target triplets. (PR #1845)

Peter Pentchev notifications at github.com
Fri Nov 26 22:50:44 UTC 2021


Hi,

Thanks a lot for developing and maintaining RPM and the related tools and libraries!

The Debian package of rpm was found to build incorrectly on the armhf (arm7hl-linux) architecture. It turns out the cause is that the configure script does not recognize the -gnueabihf (not -gnueabi) suffix and does not strip it correctly.

What do you think about these two changes? The first one teaches configure about the -gnueabihf suffix, and the second one attempts to make it easier to catch future occurrences of this issue early.

Thanks in advance for your time, and keep up the great work!

G'luck,
Peter
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1845

-- Commit Summary --

  * Fix the build on armhf (arm7lh-gnueabihf).
  * Strip the target triplet GNU suffix more precisely.

-- File Changes --

    M configure.ac (13)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1845.patch
https://github.com/rpm-software-management/rpm/pull/1845.diff

-- 
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/1845
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211126/6e6e4283/attachment-0001.html>


More information about the Rpm-maint mailing list