mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +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
|
`(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
|
||||||
|
|
Loading…
Add table
Reference in a new issue