mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
elf: Make dl-rseq-symbols Linux only
And avoid a Hurd build failures. Checked on x86_64-linux-gnu.
This commit is contained in:
parent
2b92982e23
commit
9fc639f654
@ -73,7 +73,6 @@ dl-routines = \
|
||||
dl-origin \
|
||||
dl-printf \
|
||||
dl-reloc \
|
||||
dl-rseq-symbols \
|
||||
dl-runtime \
|
||||
dl-scope \
|
||||
dl-setup_hash \
|
||||
|
@ -616,6 +616,10 @@ tests += \
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
dl-routines += \
|
||||
dl-rseq-symbols \
|
||||
# dl-routines
|
||||
|
||||
sysdep-rtld-routines += \
|
||||
dl-brk \
|
||||
dl-getcwd \
|
||||
|
Loading…
Reference in New Issue
Block a user