You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Common `host-platform-triplets` for cross compilation are:
24
24
@@ -32,6 +32,7 @@ Common `host-platform-triplets` for cross compilation are:
32
32
-`powerpc64le-linux-gnu` for Linux POWER 64-bit (little endian)
33
33
-`riscv32-linux-gnu` for Linux RISC-V 32 bit
34
34
-`riscv64-linux-gnu` for Linux RISC-V 64 bit
35
+
-`s390x-linux-gnu` for Linux S390X
35
36
-`armv7a-linux-android` for Android ARM 32 bit
36
37
-`aarch64-linux-android` for Android ARM 64 bit
37
38
-`i686-linux-android` for Android x86 32 bit
@@ -74,6 +75,10 @@ For linux RISC-V 64-bit cross compilation (there are no packages for 32-bit):
74
75
RISC-V known issue: gcc-7.3.0 and gcc-7.3.1 result in a broken `test_bitcoin` executable (see https://github.com/bitcoin/bitcoin/pull/13543),
0 commit comments