[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/62: gnu: openssl: Support cross-compilation to the Hurd.
From: |
guix-commits |
Subject: |
27/62: gnu: openssl: Support cross-compilation to the Hurd. |
Date: |
Sat, 11 Apr 2020 11:35:49 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 6d119802f069b186ee600f04a108a401d94b532d
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Tue Apr 7 07:57:55 2020 +0200
gnu: openssl: Support cross-compilation to the Hurd.
* gnu/packages/tls.scm (openssl)[arguments]: Add `i586' => hurd-x86 platform
setting.
---
gnu/packages/tls.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index a73b497..614c50f 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -331,6 +331,8 @@ required structures.")
(setenv "CROSS_COMPILE" (string-append target "-"))
(setenv "CONFIGURE_TARGET_ARCH"
(cond
+ ((string-prefix? "i586" target)
+ "hurd-x86")
((string-prefix? "i686" target)
"linux-x86")
((string-prefix? "x86_64" target)
- 33/62: gnu: libdaemon: Allow cross-compilation., (continued)
- 33/62: gnu: libdaemon: Allow cross-compilation., guix-commits, 2020/04/11
- 43/62: gnu: hurd: "/libexec/rc" spawns the console client., guix-commits, 2020/04/11
- 44/62: system: hurd: Create a proper profile., guix-commits, 2020/04/11
- 45/62: system: hurd: Add net-base and inetutils., guix-commits, 2020/04/11
- 61/62: REMOVEME gnu: guix: Bugfix for cross compiling to the Hurd., guix-commits, 2020/04/11
- 57/62: DRAFT daemon: Create wrapper for mount (2)., guix-commits, 2020/04/11
- 60/62: Revert "records: Have ABI check work well for cross-compilation.", guix-commits, 2020/04/11
- 53/62: gnu: guix: Cross-build fix: override compressors., guix-commits, 2020/04/11
- 56/62: DRAFT gnu: hurd: Add `libhurdutil' patch., guix-commits, 2020/04/11
- 26/62: gnu: libgcrypt: Fix cross-compilation., guix-commits, 2020/04/11
- 27/62: gnu: openssl: Support cross-compilation to the Hurd.,
guix-commits <=
- 28/62: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/11
- 41/62: system: hurd: Add /etc/group., guix-commits, 2020/04/11
- 40/62: system: hurd: Add root profile., guix-commits, 2020/04/11
- 49/62: gnu: guix: Use gnutls-3.6.13 when cross-compiling., guix-commits, 2020/04/11
- 42/62: gnu: libdaemon: Cross-build with --localstatedir=/var., guix-commits, 2020/04/11
- 55/62: gnu: guix: Run `make update-guix-package'., guix-commits, 2020/04/11
- 54/62: gnu: guix: Avoid loading (gnu installer) when cross compiling., guix-commits, 2020/04/11
- 48/62: gnu: gnutls-3.6.13: Cross-build fix., guix-commits, 2020/04/11