Manolis Ragkousis, on Sat 20 Aug 2016 21:31:43 +0300, wrote: > On 08/20/16 20:47, Samuel Thibault wrote: > > Ok, but the Linux part uses glibc 2.22, and you'd rather use it, right? > > Of course :-)
Ok, I have pushed it, along the debian glibc 2.22 fixup patches, it seems to be working fine with the i586 build. About the i686 build, we actually had to make it work in Debian to have issues with departing from other ports. It seems that the issue we have is with ifunc, and so we are using export libc_cv_ld_gnu_indirect_function=no to just disable ifunc for now. You'll probably want to do the same. Samuel