Re: Bug#1025376: libcds: FTBFS on mips64el, s390x, riscv64
John Paul Adrian Glaubitz <[email protected]> Sat, 3 Dec 2022 14:30:14 +0100
| Newsgroups | gmane.linux.debian.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
Hello Bo! On 12/3/22 14:12, Bo YU wrote: > The patch I have tested it on my local machines, please consider to > apply it in next upload. thanks. Could you please extend your patch to add support for alpha as well? For alpha, we need: #elif defined(__alpha__) # define CDS_PROCESSOR_ARCH CDS_PROCESSOR_ALPHA # define CDS_BUILD_BITS 64 # define CDS_PROCESSOR__NICK "alpha" Thanks, Adrian