diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index c2ccab98e41e6..ceec564cb3071 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -47,7 +47,7 @@ FILE-NAME found in ./patches relative to the current file." base-libc base-gcc) "Create a cross-compilation toolchain package for TARGET" - (let* ((xbinutils (cross-binutils target)) + (let* ((xbinutils (package-with-extra-configure-variable (cross-binutils target) "--enable-cet" "yes")) ;; 1. Build a cross-compiling gcc without targeting any libc, derived ;; from BASE-GCC-FOR-LIBC (xgcc-sans-libc (cross-gcc target