aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/manifest.scm
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2021-02-04 14:11:28 -0500
committerCarl Dong <contact@carldong.me>2021-02-19 11:29:56 -0500
commit5e6df1132656995ce5b9ce279d5a9808ea52ab32 (patch)
treed9e0d480a87106df69f27d2a0f251685e40f0c0f /contrib/guix/manifest.scm
parentc46fe4d1073cd220b55ec8d55da2605529ea57a5 (diff)
downloadbitcoin-5e6df1132656995ce5b9ce279d5a9808ea52ab32.tar.xz
guix: Add support for powerpc64{,le}
The new time-machine commit contains a few small changes that make the powerpc cross-toolchain work.
Diffstat (limited to 'contrib/guix/manifest.scm')
-rw-r--r--contrib/guix/manifest.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm
index bf02fbfd1d..fb585b7f25 100644
--- a/contrib/guix/manifest.scm
+++ b/contrib/guix/manifest.scm
@@ -233,7 +233,10 @@ chain for " target " development."))
(make-mingw-pthreads-cross-toolchain "x86_64-w64-mingw32")
(make-nsis-with-sde-support nsis-x86_64)))
((string-contains target "riscv64-linux-")
- (list (make-bitcoin-cross-toolchain "riscv64-linux-gnu"
+ (list (make-bitcoin-cross-toolchain target
+ #:base-gcc-for-libc gcc-7)))
+ ((string-contains target "powerpc64le-linux-")
+ (list (make-bitcoin-cross-toolchain target
#:base-gcc-for-libc gcc-7)))
((string-contains target "-linux-")
(list (make-bitcoin-cross-toolchain target)))