Hi, I've been trying to run glibc test suite as part of prereq for ARC port submission, running into some landmines. make subdirs=nptl check fails as librt.so fails to link due to missing pthread symbols. The real librt built does have libpthread.so in its link cmd hence is fine, but not this librt. This issue is seen for aarc64 cross builds too. make -k doesn't cure it and check stops midway anyways. Any tips on how to fix those. I'm still trying to come to grips with glibc build system TIA, -Vineet