mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
7bfc35959d
commit
d9d019d674
@ -74,7 +74,6 @@ dl-routines = \
|
|||||||
dl-printf \
|
dl-printf \
|
||||||
dl-profile \
|
dl-profile \
|
||||||
dl-reloc \
|
dl-reloc \
|
||||||
dl-rseq-symbols \
|
|
||||||
dl-runtime \
|
dl-runtime \
|
||||||
dl-scope \
|
dl-scope \
|
||||||
dl-setup_hash \
|
dl-setup_hash \
|
||||||
|
@ -587,6 +587,10 @@ tests += \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),elf)
|
ifeq ($(subdir),elf)
|
||||||
|
dl-routines += \
|
||||||
|
dl-rseq-symbols \
|
||||||
|
# dl-routines
|
||||||
|
|
||||||
sysdep-rtld-routines += \
|
sysdep-rtld-routines += \
|
||||||
dl-brk \
|
dl-brk \
|
||||||
dl-getcwd \
|
dl-getcwd \
|
||||||
|
Loading…
Reference in New Issue
Block a user