Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread David CARLIER
Ok here a slightly modified version, the regex did not work. Regards. On Sun, 15 Mar 2020 at 20:21, Willy Tarreau wrote: > Hi David! > > On Sun, Mar 15, 2020 at 01:55:33PM +, David CARLIER wrote: > > Yes surely I had only a raspberry at hand arm64 surely needs too. > > change of approaches.

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Willy Tarreau
Hi David! On Sun, Mar 15, 2020 at 01:55:33PM +, David CARLIER wrote: > Yes surely I had only a raspberry at hand arm64 surely needs too. > change of approaches. (...) --- a/Makefile +++ b/Makefile @@ -328,6 +328,12 @@ ifeq ($(TARGET),linux-glibc) USE_CPU_AFFINITY USE_THREAD USE_EPOLL

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Илья Шипицин
before your patch, ldd on arm64 shows /usr/bin/ld: src/ev_poll.o(.debug_info+0x78): R_AARCH64_ABS64 used with TLS symbol poll_events /usr/bin/ld: src/ev_poll.o(.debug_info+0xe3): R_AARCH64_ABS64 used with TLS symbol nbfd /usr/bin/ld: src/ev_epoll.o(.debug_info+0x66): R_AARCH64_ABS64 used with

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread David CARLIER
Yes surely I had only a raspberry at hand arm64 surely needs too. change of approaches. On Sun, 15 Mar 2020 at 13:39, Martin Grigorov wrote: > Hi David, > > On my ARM64 VM `uname -m` returns: > $ uname -m > aarch64 > > Should your change take 'aarch64' into account as well ? > > Martin > > On

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Martin Grigorov
Hi David, On my ARM64 VM `uname -m` returns: $ uname -m aarch64 Should your change take 'aarch64' into account as well ? Martin On Sun, Mar 15, 2020 at 3:34 PM David CARLIER wrote: > Oups sorry I really forgot :-) > > On Sun, 15 Mar 2020 at 13:32, Martin Grigorov > wrote: > >> Hi >> >> On

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread David CARLIER
Oups sorry I really forgot :-) On Sun, 15 Mar 2020 at 13:32, Martin Grigorov wrote: > Hi > > On Sun, Mar 15, 2020 at 3:03 PM Aleksandar Lazic > wrote: > >> On 15.03.20 11:33, David CARLIER wrote: >> > Hi >> > >> > Here a little patch proposal to fix build on ARM. >> > >> > Regards. >> >> Ähm,

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Martin Grigorov
Hi On Sun, Mar 15, 2020 at 3:03 PM Aleksandar Lazic wrote: > On 15.03.20 11:33, David CARLIER wrote: > > Hi > > > > Here a little patch proposal to fix build on ARM. > > > > Regards. > > Ähm, maybe my mail client hide the Patch because I can't see it ;-)? > It seems David forgot to attach it

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Aleksandar Lazic
On 15.03.20 11:33, David CARLIER wrote: Hi Here a little patch proposal to fix build on ARM. Regards. Ähm, maybe my mail client hide the Patch because I can't see it ;-)? Regards Aleks

[PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread David CARLIER
Hi Here a little patch proposal to fix build on ARM. Regards.