Andreas Schwab, le lun. 08 juin 2020 12:43:16 +0200, a ecrit: > On Jun 07 2020, Samuel Thibault wrote: > > > * htl/Makefile: Remove rules adding libpthread.so and libpthread.a to link > > lines. > > * nptl/Makefile: Move rules adding libpthread.so and libpthread.a to > > link lines to... > > * sysdeps/pthread/Makefile: ... here. > > That breaks powerpc: [...] > make[2]: *** [../Rules:223: > /home/abuild/rpmbuild/BUILD/glibc-2.31.9000.532.g314a431d37/cc-base/nptl/test-get_hwcap] > Error 1
Oh... So it's a test added by sysdeps/powerpc/Makefile, and it seems sysdeps/powerpc gets included *after* sysdeps/pthread, thus the missing rules for this test. I'll copy back the rules to htl/ and nptl/ for now. Samuel
