[Rpm-maint] [rpm-software-management/rpm] Fix support of MIPS r6 (#916)

YunQiang Su notifications at github.com
Sat Oct 26 13:41:11 UTC 2019


in the current code of rpm, the arch for MIPS r6 is set as
  mipsr6 mipsr6el mips64r6 mips64r6el
While in fact rpm ask for the same as `CPU` section of triple.

gcc/config.guess/config.sub set them as:
  mipsisa32r6 mipsisa32r6el mipsisa64r6 mipsisa64r6el

config.guess also use the abi as:
  -gnuabi64
  -gnuabi64
which is the same as Debian.
So, for rpm we should strip them out.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Fix support of MIPS r6

-- File Changes --

    M configure.ac (8)
    M installplatform (16)
    M lib/rpmrc.c (8)
    M macros.in (16)
    M rpmrc.in (48)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/916.patch
https://github.com/rpm-software-management/rpm/pull/916.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/916
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191026/5e323833/attachment.html>


More information about the Rpm-maint mailing list