Re: RFR: 8313592: RISC-V: Link libatomic statically

2023-08-03 Thread Vladimir Kempik
On Wed, 2 Aug 2023 06:55:40 GMT, Ludovic Henry wrote: > Currently, RISC-V differs from other platforms in that it requires the > linkage to libatomic.so to support sub-word atomic operations. However, > because it is linked dynamically, it will depend on the installation of > libatomic.so on

Re: RFR: 8313592: RISC-V: Link libatomic statically

2023-08-03 Thread Vladimir Kempik
On Wed, 2 Aug 2023 06:55:40 GMT, Ludovic Henry wrote: > Currently, RISC-V differs from other platforms in that it requires the > linkage to libatomic.so to support sub-word atomic operations. However, > because it is linked dynamically, it will depend on the installation of > libatomic.so on

Re: RFR: 8283929: GHA: Add RISC-V build config [v2]

2022-09-05 Thread Vladimir Kempik
On Mon, 5 Sep 2022 13:42:30 GMT, Ludovic Henry wrote: >> It adds CI for cross-compiling to linux-riscv64. It requires to use Ubuntu >> repositories for the debootstrap image because Debian doesn't have riscv64 >> packages on https://httpredir.debian.org/debian/. We can follow up on this >>