We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f43302 commit 95d55b9Copy full SHA for 95d55b9
contrib/guix/manifest.scm
@@ -461,12 +461,7 @@ inspecting signatures in Mach-O binaries.")
461
`(append ,flags
462
;; https://gcc.gnu.org/install/configure.html
463
(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))))))
+ building-on)))))))
470
471
(define-public linux-base-gcc
472
(package
0 commit comments