mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: llvm: Support loongarch64.
* gnu/packages/llvm.scm (system->llvm-target-arch): Add loongarch64 case. Change-Id: I5378063130df4194048638d352b93674a30d47a9
This commit is contained in:
committed by
Zheng Junjie
parent
3493117aa1
commit
9fccb66bb4
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user