[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch hurd-team updated (ced6999bb0 -> 0cac719afd)
From: |
guix-commits |
Subject: |
branch hurd-team updated (ced6999bb0 -> 0cac719afd) |
Date: |
Wed, 20 Nov 2024 17:06:47 -0500 (EST) |
janneke pushed a change to branch hurd-team
in repository guix.
from ced6999bb0 fixup! gnu: Use gcc-14, gcc-toolchain-14 on the 64bit Hurd.
new b90114fbb9 gnu: hurd: Add refcounts-assert patch.
new 1fad575326 gnu: bootstrap: %bootstrap-gcc: Also wrap g++.
new e7ec31a0dd gnu: commencement: libstdc++-boot0: Fix build with gcc-14.
new c352d4906f gnu: commencement: gcc-boot0: Support gcc-14 and the 64bit
Hurd.
new cd50f0f9cb gnu: gcc-14: Patch lib64 also for the 64bit Hurd.
new 0cac719afd gnu: commencement: gcc-final: Support gcc-14 and the 64bit
Hurd.
The 6 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/local.mk | 1 +
gnu/packages/bootstrap.scm | 27 ++++++------
gnu/packages/commencement.scm | 52 ++++++++++++++++++++----
gnu/packages/gcc.scm | 3 +-
gnu/packages/hurd.scm | 3 +-
gnu/packages/patches/hurd-refcounts-assert.patch | 26 ++++++++++++
6 files changed, 89 insertions(+), 23 deletions(-)
create mode 100644 gnu/packages/patches/hurd-refcounts-assert.patch
- branch hurd-team updated (ced6999bb0 -> 0cac719afd),
guix-commits <=
- 04/06: gnu: commencement: gcc-boot0: Support gcc-14 and the 64bit Hurd., guix-commits, 2024/11/20
- 06/06: gnu: commencement: gcc-final: Support gcc-14 and the 64bit Hurd., guix-commits, 2024/11/20
- 01/06: gnu: hurd: Add refcounts-assert patch., guix-commits, 2024/11/20
- 02/06: gnu: bootstrap: %bootstrap-gcc: Also wrap g++., guix-commits, 2024/11/20
- 05/06: gnu: gcc-14: Patch lib64 also for the 64bit Hurd., guix-commits, 2024/11/20
- 03/06: gnu: commencement: libstdc++-boot0: Fix build with gcc-14., guix-commits, 2024/11/20