From d570e2d21f7fb775995cc19f1bf01ac770036208 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:26:01 +0000 Subject: [PATCH] merge bitcoin#29695: build GCC with --enable-standard-branch-protection --- contrib/guix/manifest.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index ca03dc0385..604e27ea6f 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -484,6 +484,7 @@ inspecting signatures in Mach-O binaries.") (list "--enable-initfini-array=yes", "--enable-default-ssp=yes", "--enable-default-pie=yes", + "--enable-standard-branch-protection=yes", building-on))) ((#:phases phases) `(modify-phases ,phases