diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-08 13:32:08 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-08 14:34:22 +0200 |
commit | dd7a8ad7ba25cb2269b306758c7d97d4a95527e6 (patch) | |
tree | 2b2ad1c4cc26eec1dedbc8452edc23943ecd26aa /time | |
parent | 314a431d37757ad179e89b83c3cb5720bae26e60 (diff) | |
download | glibc-dd7a8ad7ba25cb2269b306758c7d97d4a95527e6.zip glibc-dd7a8ad7ba25cb2269b306758c7d97d4a95527e6.tar.gz glibc-dd7a8ad7ba25cb2269b306758c7d97d4a95527e6.tar.bz2 |
pthread: Move back linking rules to nptl and htl
d6d74ec16 ('htl: Enable more tests') moved the linking rules from
nptl/Makefile and htl/Makefile to the shared sysdeps/pthread/Makefile. But
e.g. on powerpc some tests are added in sysdeps/powerpc/Makefile, which is
included *after* sysdeps/pthread/Makefile, and thus the tests don't get
affected by the rules and fail to link. For now let's just copy over the
set of rules in both nptl/Makefile and htl/Makefile.
* sysdeps/pthread/Makefile: Move libpthread linking rules to...
* htl/Makefile: ... here and...
* nptl/Makefile: ... there.
Diffstat (limited to 'time')
0 files changed, 0 insertions, 0 deletions