mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08: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-profile \
|
||||
dl-reloc \
|
||||
dl-rseq-symbols \
|
||||
dl-runtime \
|
||||
dl-scope \
|
||||
dl-setup_hash \
|
||||
|
@ -587,6 +587,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