[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hurd,commited] htl: Enable more tests
From: |
Samuel Thibault |
Subject: |
Re: [hurd,commited] htl: Enable more tests |
Date: |
Mon, 8 Jun 2020 13:34:42 +0200 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
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