mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
* doc/guix-cookbook.texi: Update examples. * gnu/packages/gcc.scm: Apply store mangling patch to GCC newer than version 13. * gnu/packages/patches/gcc-mangle-guix-store.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * guix/build/gnu-build-system.scm (%standard-phases): Add `set-GUIX_GCC_MANGLE_PREFIX_MAP' phase to enable store mangling behavior in patched GCCs. Fixes: #2394, #2846, #6644 Change-Id: Ifcc2907aaa4535dbc06491495e4c236e32afe555 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #7101