guix/gnu
Janneke Nieuwenhuizen 4d9c5984fe
gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd.
On commit:
    ec8a5ec15f
    gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd.

Run:
    ./pre-inst-env guix build --target=x86_64-gnu bootstrap-tarballs

Producing:
    /gnu/store/w1n7bdpn88plcc49h7n0jriaj41sgwx8-bootstrap-tarballs-0/

With guix hash -r:
    15cb1xh7s2hhp8s0d81bjnw1759w9sh7ckc9n5jq2f3rqw6z76by

* gnu/packages/bootstrap.scm (%bootstrap-executables): Add entries for
x86_64-gnu.
(%bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils,
%bootstrap-glibc, %bootstrap-gcc): Add entry for x86_64-gnu.
* guix/packages.scm (%supported-systems, %hurd-systems): Add x86_64-gnu.
(%cuirass-supported-systems): Remove x86_64-gnu.
* guix/utils.scm (target-64bit?): Add x86_64-gnu.
* m4/guix.m4: Add x86_64-gnu as a supported system.
* doc/guix.texi (GNU Distribution): Add x86_64-gnu.

Change-Id: I828159aedb3f66caba98e935083cc3682429f219
2024-12-03 08:38:00 +01:00
..
bootloader bootloader: u-boot: Add procedure to share installer code. 2024-12-01 17:56:00 +01:00
build
home home: services: Use %user-log-dir as the log directory for all services. 2024-11-20 22:57:38 +01:00
installer install: Change the territory when we have learned it. 2024-11-20 16:02:06 +01:00
machine
packages gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd. 2024-12-03 08:38:00 +01:00
services gnu: Add powertop-service-type. 2024-11-23 16:09:25 +01:00
system install: Open info manuals that have region codes. 2024-11-20 16:01:47 +01:00
tests tests: sddm: Update expected message on login screen. 2024-11-25 11:22:12 +01:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm system: Add "installer" sub-command. 2024-12-03 08:26:03 +01:00
local.mk gnu: glibc/hurd: Add patch for the 64bit Hurd, fixing "raise". 2024-12-03 08:33:13 +01:00
machine.scm
packages.scm packages: Factorize ‘all-packages’. 2024-12-01 20:14:15 +01:00
services.scm
system.scm gnu: hurd: Update to 0.9.git20240714. 2024-12-03 08:33:12 +01:00
tests.scm