mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: system->llvm-target-arch: Add avr target.
* gnu/packages/llvm.scm (system->llvm-target-arch): Add case for avr. Change-Id: I5291d396ad513cfecdf8f0a6f799ea095fc8d994
This commit is contained in:
parent
0cc7fc0025
commit
f03029a00e
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ (define* (system->llvm-target-arch #:optional
|
|||
("riscv64" => "RISCV64")
|
||||
("x86_64" => "X86_64")
|
||||
("i686" => "X86")
|
||||
("i586" => "X86"))))
|
||||
("i586" => "X86")
|
||||
("avr" => "AVR"))))
|
||||
|
||||
(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…
Reference in a new issue