guix: remove ssp workaround from Windows GCC

This commit is contained in:
fanquake 2023-09-12 13:04:51 +01:00
parent 8f43302a0a
commit 95d55b96c2
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -461,12 +461,7 @@ inspecting signatures in Mach-O binaries.")
`(append ,flags
;; https://gcc.gnu.org/install/configure.html
(list "--enable-threads=posix",
building-on)))
((#:make-flags flags)
;; Uses the SSP functions from glibc instead of from libssp.so.
;; Our 'symbol-check' script will complain if we link against libssp.so,
;; and thus will ensure that this works properly.
`(cons "gcc_cv_libc_provides_ssp=yes" ,flags))))))
building-on)))))))
(define-public linux-base-gcc
(package