Skip to content

Commit

Permalink
guix: Enable CET for binutils package
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 21, 2024
1 parent 49f5203 commit 3d0f8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d0f8b3

Please sign in to comment.