aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/guix/manifest.scm7
1 files changed, 1 insertions, 6 deletions
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