Re: Update config.guess to add riscv64 architecture support for Privoxy
Me <[email protected]> Thu, 09 Mar 2023 19:42:02 +0800
| Newsgroups | gmane.comp.web.privoxy.user |
|---|---|
| Message-ID | <[email protected]> |
Fabian Keil wrote on 2023-03-09 at 18:44: > Me <[email protected]> wrote on 2023-03-08 at 22:12:01: > > > I am packaging this project for Arch Linux RISC-V and I noticed that *config.guess *script this project* *use is too old to recognize riscv64 arch. This script should be updated to support riscv64 arch. > > To update this script manually while packaging, I ran this command after fetching the tarball: > > autoheader && autoreconf -fi && autoupdate -f && ./configure > > then this problem should be fixed. > > Unfortunately there's a license issue that prevents us from > updating the autoconf goo: > <https://lists.privoxy.org/pipermail/privoxy-devel/2020-December/000413.html> > > Fabian > I found that LLVM team they maintain a fork of config.guess. https://github.com/llvm/llvm-project/blob/main/llvm/cmake/config.guess It still uses GPL2 license and works pretty good with me. I will use this to pack Privoxy. Would you like to switch to this script or apply the patch provides riscv64 support? https://github.com/llvm/llvm-project/commit/de1c2877a9ff12899ef50e179ade748fba8ab0c0