This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v4 00/12] nptl: Implement POSIX-proposed _clock variants of existing _timed functions



On 18/06/2019 13:33, Mike Crowe wrote:
> The changes have been tested with "make check" and "make check-abi" on
> x86, x86_64, arm and arm64. I've attempted to update the abilists for
> all architectures, but cannot test all of them.

You can build compiler and glibcs using build-many-glibcs.py for all current
supported targets and update automatically using the update-abi make rule
inside the build directory. This can be run in cross-compile build.

> 
> I've compile-tested the powerpc and s390-specific implementations of
> lll_clockwait. Although I've updated the sparc32-specific
> implementation, I have been unable to test it since it appears that
> even Debian hasn't supported sparc32 for nearly twenty years! I was
> able to compile-test sparc64 though.

The gcc farm provides sparc64 machines with Debian 10 installed where
you can test 32-bit build against it. The kernel will run in compat
mode, similar to what i686 run in a x86_64 kernel. 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]