diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index ceb178155de..038f918d945 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