mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +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
72f4c0533c
commit
bce1d80721
@ -74,7 +74,6 @@ dl-routines = \
|
||||
dl-printf \
|
||||
dl-profile \
|
||||
dl-reloc \
|
||||
dl-rseq-symbols \
|
||||
dl-runtime \
|
||||
dl-scope \
|
||||
dl-setup_hash \
|
||||
|
@ -402,6 +402,7 @@ endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
sysdep-rtld-routines += dl-brk dl-sbrk dl-getcwd dl-openat64 dl-opendir
|
||||
dl-routines += dl-rseq-symbols
|
||||
|
||||
libof-lddlibc4 = lddlibc4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user