elf: Make dl-rseq-symbols Linux only

And avoid a Hurd build failures.

Checked on x86_64-linux-gnu.

(cherry picked from commit 9fc639f654)
This commit is contained in:
Adhemerval Zanella 2024-07-04 10:09:07 -03:00 committed by Florian Weimer
parent 7bfc35959d
commit d9d019d674
3 changed files with 4 additions and 1 deletions

View File

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

View File

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