mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
steps-guix: add gcc-15.2.0 pass1 for kernel toolchain bootstrap
- add gcc-15.2.0 to steps-guix manifest after binutils-2.41 - keep full gcc-15.2.0 pass1 src_prepare cleanup/regeneration flow - switch configure/build/install to kernel toolchain bootstrap mode: --without-headers, --enable-multilib, all-gcc, all-target-libgcc - install into /kernel-toolchain and prioritize /kernel-toolchain/bin in PATH - add missing gcc distfiles entry for SARIF spec - include decDPD helper files used during src_prepare
This commit is contained in:
parent
0b16d6ddce
commit
856438676f
5 changed files with 569 additions and 1 deletions
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
# We need a 64-bit kernel to enable Guix to run 64-bit programs.
|
||||
build: binutils-2.41
|
||||
|
||||
build: gcc-15.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue