Samuel Thibault, le mar. 03 janv. 2023 22:50:01 +0100, a ecrit:
> make -C $src_dir/htl objdir=$PWD subdir=htl ..=../
> $PWD/elf/check-abi-libpthread.out
Actually
make -C $src_dir/htl objdir=$PWD subdir=htl ..=../
$PWD/htl/check-abi-libpthread.out
Samuel
Hello,
Make sure to run the abi checks, you can e.g. run from the build
directory:
make -C $src_dir/elf objdir=$PWD subdir=elf ..=../ $PWD/elf/check-localplt.out
make -C $src_dir/elf objdir=$PWD subdir=elf ..=../ $PWD/elf/check-abi-libc.out
make -C $src_dir/htl objdir=$PWD subdir=htl ..=../
$PWD
---
htl/Makefile | 3 +--
htl/Versions | 13 ++---
htl/forward.c | 4
htl/pt-initialize.c | 1 -
htl/pt-internal.h | 1 +
htl/pt-self.c