[PATCH] D68899: llvm/cmake/config.guess: add support for riscv32 and riscv64

Gokturk Yuksek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 06:59:54 PST 2020


gokturk added a comment.

In D68899#1870096 <https://reviews.llvm.org/D68899#1870096>, @luismarques wrote:

> Isn't the correct fix for this to update `config.guess` with the authoritative one from GNU?
>
>   curl "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" -o llvm/cmake/config.guess
>


The current config.guess is GPL-2 or later. The upstream config.guess is GPL-3. I was under the impression that LLVM upstream wanted to maintain a GPL-2 license. So I wrote my own version.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68899/new/

https://reviews.llvm.org/D68899





More information about the llvm-commits mailing list