Skip to content

Commit ea29329

Browse files
committed
guix: build GCC with --enable-host-bind-now
1 parent 6f54e26 commit ea29329

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ inspecting signatures in Mach-O binaries.")
421421
;; https://gcc.gnu.org/install/configure.html
422422
(list "--enable-threads=posix",
423423
"--enable-default-ssp=yes",
424+
"--enable-host-bind-now=yes",
424425
"--disable-gcov",
425426
"--disable-libgomp",
426427
building-on)))))))
@@ -436,6 +437,7 @@ inspecting signatures in Mach-O binaries.")
436437
(list "--enable-initfini-array=yes",
437438
"--enable-default-ssp=yes",
438439
"--enable-default-pie=yes",
440+
"--enable-host-bind-now=yes",
439441
"--enable-standard-branch-protection=yes",
440442
"--enable-cet=yes",
441443
"--disable-gcov",

0 commit comments

Comments
 (0)