From 95d55b96c2cfd2a0d5a246d4a9eff9d0744ba223 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 12 Sep 2023 13:04:51 +0100 Subject: guix: remove ssp workaround from Windows GCC --- contrib/guix/manifest.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'contrib/guix/manifest.scm') diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index ceb178155d..038f918d94 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -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 -- cgit v1.2.3