Skip to content

Commit 95d55b9

Browse files
committed
guix: remove ssp workaround from Windows GCC
1 parent 8f43302 commit 95d55b9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -461,12 +461,7 @@ inspecting signatures in Mach-O binaries.")
461461
`(append ,flags
462462
;; https://gcc.gnu.org/install/configure.html
463463
(list "--enable-threads=posix",
464-
building-on)))
465-
((#:make-flags flags)
466-
;; Uses the SSP functions from glibc instead of from libssp.so.
467-
;; Our 'symbol-check' script will complain if we link against libssp.so,
468-
;; and thus will ensure that this works properly.
469-
`(cons "gcc_cv_libc_provides_ssp=yes" ,flags))))))
464+
building-on)))))))
470465

471466
(define-public linux-base-gcc
472467
(package

0 commit comments

Comments
 (0)