File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ chain for " target " development."))
130
130
(license (package-license xgcc)))))
131
131
132
132
(define base-gcc gcc-10)
133
+ (define base-linux-kernel-headers linux-libre-headers-5.15)
133
134
134
135
; ; Building glibc with stack smashing protector first landed in glibc 2.25, use
135
136
; ; this function to disable for older glibcs
@@ -148,7 +149,7 @@ chain for " target " development."))
148
149
(define* (make-bitcoin-cross-toolchain target
149
150
#:key
150
151
(base-gcc-for-libc gcc-7)
151
- (base-kernel-headers linux-libre -headers-4.9 )
152
+ (base-kernel-headers base- linux-kernel -headers)
152
153
(base-libc (make-glibc-without-ssp glibc-2.24))
153
154
(base-gcc (make-gcc-rpath-link base-gcc)))
154
155
" Convenience wrapper around MAKE-CROSS-TOOLCHAIN with default values
@@ -604,7 +605,7 @@ inspecting signatures in Mach-O binaries.")
604
605
(cond ((string-contains target " riscv64-" )
605
606
(make-bitcoin-cross-toolchain target
606
607
#:base-libc glibc-2.27/bitcoin-patched
607
- #:base-kernel-headers linux-libre -headers-4.19 ))
608
+ #:base-kernel-headers base- linux-kernel -headers))
608
609
(else
609
610
(make-bitcoin-cross-toolchain target)))))
610
611
((string-contains target " darwin" )
You can’t perform that action at this time.
0 commit comments