mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 8c4958bd4c into merged_master (Bitcoin PR bitcoin/bitcoin#27153)
This commit is contained in:
commit
8a27c1f2e2
1 changed files with 5 additions and 3 deletions
|
|
@ -139,9 +139,11 @@ chain for " target " development."))
|
|||
;; https://gcc.gnu.org/install/configure.html
|
||||
(define (hardened-gcc gcc)
|
||||
(package-with-extra-configure-variable (
|
||||
package-with-extra-configure-variable gcc
|
||||
"--enable-default-ssp" "yes")
|
||||
"--enable-default-pie" "yes"))
|
||||
package-with-extra-configure-variable (
|
||||
package-with-extra-configure-variable gcc
|
||||
"--enable-initfini-array" "yes")
|
||||
"--enable-default-ssp" "yes")
|
||||
"--enable-default-pie" "yes"))
|
||||
|
||||
(define* (make-bitcoin-cross-toolchain target
|
||||
#:key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue