mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
guix: remove ssp workaround from Windows GCC
This commit is contained in:
@@ -461,12 +461,7 @@ inspecting signatures in Mach-O binaries.")
|
|||||||
`(append ,flags
|
`(append ,flags
|
||||||
;; https://gcc.gnu.org/install/configure.html
|
;; https://gcc.gnu.org/install/configure.html
|
||||||
(list "--enable-threads=posix",
|
(list "--enable-threads=posix",
|
||||||
building-on)))
|
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))))))
|
|
||||||
|
|
||||||
(define-public linux-base-gcc
|
(define-public linux-base-gcc
|
||||||
(package
|
(package
|
||||||
|
|||||||
Reference in New Issue
Block a user