mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 22:42:04 +01:00
guix: remove ssp workaround from Windows GCC
This commit is contained in:
parent
8f43302a0a
commit
95d55b96c2
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue