[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/62: Revert "records: Have ABI check work well for cross-compilation."
From: |
guix-commits |
Subject: |
60/62: Revert "records: Have ABI check work well for cross-compilation." |
Date: |
Sat, 11 Apr 2020 11:35:58 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 1465393412391f9f32064f2a5cc6c91fefea004c
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sat Apr 11 16:43:25 2020 +0200
Revert "records: Have ABI check work well for cross-compilation."
This reverts commit a05ad011229cf3712d373918c2ed9ebdb5f5b2a2.
---
guix/records.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/guix/records.scm b/guix/records.scm
index 3d54a51..4bda542 100644
--- a/guix/records.scm
+++ b/guix/records.scm
@@ -24,7 +24,6 @@
#:use-module (ice-9 match)
#:use-module (ice-9 regex)
#:use-module (ice-9 rdelim)
- #:autoload (system base target) (target-most-positive-fixnum)
#:export (define-record-type*
this-record
@@ -361,9 +360,7 @@ inherited."
(((field get properties ...) ...)
(string-hash (object->string
(syntax->datum #'((field properties ...) ...)))
- (cond-expand
- (guile-3 (target-most-positive-fixnum))
- (else most-positive-fixnum))))))
+ most-positive-fixnum))))
(syntax-case s ()
((_ type syntactic-ctor ctor pred
- 24/62: vm: Preserve file permissions on /dev., (continued)
- 24/62: vm: Preserve file permissions on /dev., guix-commits, 2020/04/11
- 29/62: linux-boot: Add 'make-hurd-device-nodes'., guix-commits, 2020/04/11
- 31/62: gnu: guix: Fix cross-compilation., guix-commits, 2020/04/11
- 37/62: gnu: openssh: Build fix for the Hurd., guix-commits, 2020/04/11
- 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 <=
- 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, 2020/04/11
- 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