File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ case "$HOST" in
255
255
esac
256
256
257
257
case " $HOST " in
258
- powerpc64-linux-* ) HOST_LDFLAGS=" ${HOST_LDFLAGS} -Wl,-z,noexecstack" ;;
258
+ powerpc64-linux-* |riscv64-linux- * ) HOST_LDFLAGS=" ${HOST_LDFLAGS} -Wl,-z,noexecstack" ;;
259
259
esac
260
260
261
261
# Make $HOST-specific native binaries from depends available in $PATH
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ chain for " target " development."))
129
129
(base-gcc-for-libc gcc-7)
130
130
(base-kernel-headers linux-libre-headers-5.4)
131
131
(base-libc glibc) ; glibc 2.31
132
- (base-gcc (make-gcc-rpath-link gcc-9 )))
132
+ (base-gcc (make-gcc-rpath-link gcc-8 )))
133
133
" Convenience wrapper around MAKE-CROSS-TOOLCHAIN with default values
134
134
desirable for building Bitcoin Core release binaries."
135
135
(make-cross-toolchain target
@@ -147,7 +147,7 @@ desirable for building Bitcoin Core release binaries."
147
147
(pthreads-xlibc mingw-w64-x86_64-winpthreads)
148
148
(pthreads-xgcc (make-gcc-with-pthreads
149
149
(cross-gcc target
150
- #:xgcc (make-ssp-fixed-gcc gcc-9 )
150
+ #:xgcc (make-ssp-fixed-gcc gcc-8 )
151
151
#:xbinutils xbinutils
152
152
#:libc pthreads-xlibc))))
153
153
; ; Define a meta-package that propagates the resulting XBINUTILS, XLIBC, and
You can’t perform that action at this time.
0 commit comments