mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: llvm: Support loongarch64.
* gnu/packages/llvm.scm (system->llvm-target-arch): Add loongarch64 case. Change-Id: I5378063130df4194048638d352b93674a30d47a9
This commit is contained in:
parent
3493117aa1
commit
9fccb66bb4
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ as \"x86_64-linux\"."
|
|||
("x86_64" => "X86_64")
|
||||
("i686" => "X86")
|
||||
("i586" => "X86")
|
||||
("avr" => "AVR"))))
|
||||
("avr" => "AVR")
|
||||
("loongarch64" => "LoongArch"))))
|
||||
|
||||
(define (llvm-uri component version)
|
||||
;; LLVM release candidate file names are formatted 'tool-A.B.C-rcN/tool-A.B.CrcN.src.tar.xz'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue