Re: Build problem on ppc64be + musl

2021-08-18 Thread Maamoun TK
On Tue, Aug 17, 2021 at 9:40 AM Niels Möller wrote: > The configuration where it didn't work was > powerpc64-openwrt-linux-musl. I'd like Nettle to work on embedded > systems whenever practical. But support depends on assistance from users > of those systems. > > As I understood it, this system n

Re: [S390x] Optimize SHA1 with fat build support

2021-08-18 Thread Maamoun TK
What is x86/sha1-compress.nlms? How can I implement nettle_copmress_n function for that particular type? regards, Mamone On Sun, Aug 15, 2021 at 2:10 AM Maamoun TK wrote: > On Thu, Aug 12, 2021 at 4:26 PM Maamoun TK > wrote: > >> On Tue, Aug 10, 2021 at 11:55 PM Niels Möller >> wrote: >> >>>

Re: Build problem on ppc64be + musl

2021-08-18 Thread Maamoun TK
On Wed, Aug 18, 2021 at 11:38 PM Stijn Tintel wrote: > On 18/08/2021 22:29, Maamoun TK wrote: > > On Tue, Aug 17, 2021 at 9:40 AM Niels Möller > > wrote: > > > > The configuration where it didn't work was > > powerpc64-openwrt-linux-musl. I'd like Nettle to w

Re: Build problem on ppc64be + musl

2021-08-18 Thread Maamoun TK
On Thu, Aug 19, 2021 at 12:40 AM Maamoun TK wrote: > On Wed, Aug 18, 2021 at 11:38 PM Stijn Tintel wrote: > >> On 18/08/2021 22:29, Maamoun TK wrote: >> > On Tue, Aug 17, 2021 at 9:40 AM Niels Möller > > > wrote: >> > >> > The configuration where it didn't work w

Re: [S390x] Optimize SHA1 with fat build support

2021-08-18 Thread Niels Möller
Maamoun TK writes: > What is x86/sha1-compress.nlms? How can I implement nettle_copmress_n > function for that particular type? That's an input file for an obscure "loop mixer" tool, IIRC, it was written mainly by David Harvey for use with GMP loops. This tool tries permuting the instructions of

Re: Build problem on ppc64be + musl

2021-08-18 Thread Niels Möller
Maamoun TK writes: > config.guess detects the C standard library based on a result from the > compiler defined in "CC_FOR_BUILD" variable, for some reason OpenWrt build > system failed to set that variable properly, from your config.log I can see > CC_FOR_BUILD='gcc -O -g' but when I use bare mus