elf: Make dl-rseq-symbols Linux only

And avoid a Hurd build failures.

Checked on x86_64-linux-gnu.
This commit is contained in:
Adhemerval Zanella 2024-07-04 10:09:07 -03:00
parent 2b92982e23
commit 9fc639f654
3 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,6 @@ dl-routines = \
dl-origin \
dl-printf \
dl-reloc \
dl-rseq-symbols \
dl-runtime \
dl-scope \
dl-setup_hash \

View File

@ -616,6 +616,10 @@ tests += \
endif
ifeq ($(subdir),elf)
dl-routines += \
dl-rseq-symbols \
# dl-routines
sysdep-rtld-routines += \
dl-brk \
dl-getcwd \