[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/23: llvm: Add support for the Hurd.
From: |
guix-commits |
Subject: |
23/23: llvm: Add support for the Hurd. |
Date: |
Thu, 26 Mar 2020 08:15:03 -0400 (EDT) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 3a1c3642d4d611c5516a8ba5b6bc7e39bdc1c9ae
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sun Mar 22 19:10:08 2020 +0100
llvm: Add support for the Hurd.
* gnu/packages/llvm.scm (system->llvm-target): Use X86 for i586 (i.e., the
Hurd).
---
gnu/packages/llvm.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index ef273e3..e7346ac 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -75,7 +75,8 @@ as \"x86_64-linux\"."
("powerpc" => "PowerPC")
("riscv" => "RISCV")
("x86_64" => "X86")
- ("i686" => "X86"))))
+ ("i686" => "X86")
+ ("i586" => "X86"))))
(define (llvm-download-uri component version)
(if (version>=? version "9.0.1")
- 13/23: daemon: Avoid kill -1 bug on the Hurd., (continued)
- 13/23: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/26
- 16/23: gnu: shadow: Add linux-pam dependency for the Hurd., guix-commits, 2020/03/26
- 17/23: gnu: pciutils: Build fixes for the Hurd., guix-commits, 2020/03/26
- 21/23: gnu: shadow: Build fix for the Hurd., guix-commits, 2020/03/26
- 10/23: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/26
- 11/23: gnu: hurd: Update to hurd-headers version: 0.9-91a51672., guix-commits, 2020/03/26
- 18/23: gnu: shepherd: Build fix for the Hurd., guix-commits, 2020/03/26
- 20/23: gnu: screen: Build fix for the Hurd., guix-commits, 2020/03/26
- 22/23: gnu: mit-krb5: Supprt for the Hurd., guix-commits, 2020/03/26
- 19/23: gnu: inetutils: Support for the Hurd., guix-commits, 2020/03/26
- 23/23: llvm: Add support for the Hurd.,
guix-commits <=