[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch hurd-team updated (477fcb0219 -> 5b29c3d85b)
From: |
guix-commits |
Subject: |
branch hurd-team updated (477fcb0219 -> 5b29c3d85b) |
Date: |
Tue, 5 Nov 2024 08:52:44 -0500 (EST) |
janneke pushed a change to branch hurd-team
in repository guix.
from 477fcb0219 gnu: elfutils: Fix build for 64bit Hurd.
new 4db48fa72b gnu: cross-libc: Resurrect building for the Hurd.
new 86164c3a6f gnu: grep: Fix build for the 64bit Hurd.
new f38b14299c gnu: patch: Fix build for the 64bit Hurd.
new f800234e52 gnu: libxcrypt: Support the 64bit Hurd.
new 52f35d26d4 gnu: libstdc++: Support the 64bit Hurd.
new c90db22930 gnu: gcc-13, gcc-14: Support being used as parent for
gcc-static.
new 5f0a8adc52 squash! gnu: Add basic support for x86_64-pc-gnu target,
aka 64bit Hurd.
new 9657a88a9e HACK build
/gnu/store/5yclrw7j1q3ah7dj4h4pgf8wpbws5n6h-gcc-static-14.2.0.drv !
new 5b29c3d85b Revert "HACK build
/gnu/store/5yclrw7j1q3ah7dj4h4pgf8wpbws5n6h-gcc-static-14.2.0.drv !"
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/ci.scm | 4 +--
gnu/local.mk | 1 +
gnu/packages/base.scm | 56 ++++++++++++++++++-----------
gnu/packages/cross-base.scm | 12 ++-----
gnu/packages/crypto.scm | 15 ++++++++
gnu/packages/gcc.scm | 20 +++++++----
gnu/packages/make-bootstrap.scm | 12 +++----
gnu/packages/patches/libxcrypt-hurd64.patch | 38 ++++++++++++++++++++
8 files changed, 114 insertions(+), 44 deletions(-)
create mode 100644 gnu/packages/patches/libxcrypt-hurd64.patch
- branch hurd-team updated (477fcb0219 -> 5b29c3d85b),
guix-commits <=
- 01/09: gnu: cross-libc: Resurrect building for the Hurd., guix-commits, 2024/11/05
- 02/09: gnu: grep: Fix build for the 64bit Hurd., guix-commits, 2024/11/05
- 09/09: Revert "HACK build /gnu/store/5yclrw7j1q3ah7dj4h4pgf8wpbws5n6h-gcc-static-14.2.0.drv !", guix-commits, 2024/11/05
- 03/09: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/05
- 04/09: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/05
- 05/09: gnu: libstdc++: Support the 64bit Hurd., guix-commits, 2024/11/05
- 07/09: squash! gnu: Add basic support for x86_64-pc-gnu target, aka 64bit Hurd., guix-commits, 2024/11/05
- 06/09: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static., guix-commits, 2024/11/05
- 08/09: HACK build /gnu/store/5yclrw7j1q3ah7dj4h4pgf8wpbws5n6h-gcc-static-14.2.0.drv !, guix-commits, 2024/11/05