[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Porting libreoffice to riscv64 arch




Am 22.05.22 um 19:13 schrieb Rene Engelhard:
(Note that this file is gone in 7.4: https://cgit.freedesktop.org/libreoffice/core/commit/?id=71b952340726190d1f178ef0dadfa89677f2c1dd, so patching this in 7.4 will be more interesting, I assume.

I just checked:

#elif defined(__riscv) && (__riscv_xlen == 64)
#define ARCH_CPU_RISCV_FAMILY 1
#define ARCH_CPU_RISCV64 1
#define ARCH_CPU_64_BITS 1
#define ARCH_CPU_LITTLE_ENDIAN 1

is in pdfium which is in LibreOffice master aka 7.4 aka what will be in bookworm.


Regards,


Rene


Reply to: