mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +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 9fc639f654dc004736836613be703e6bed0c36a8)
This commit is contained in:
parent
a858172cf9
commit
643709c6ee
@ -74,7 +74,6 @@ dl-routines = \
|
||||
dl-printf \
|
||||
dl-profile \
|
||||
dl-reloc \
|
||||
dl-rseq-symbols \
|
||||
dl-runtime \
|
||||
dl-scope \
|
||||
dl-setup_hash \
|
||||
|
@ -496,6 +496,7 @@ endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
sysdep-rtld-routines += dl-brk dl-sbrk dl-getcwd dl-openat64 dl-opendir
|
||||
dl-routines += dl-rseq-symbols
|
||||
|
||||
others += pldd
|
||||
install-bin += pldd
|
||||
|
Loading…
x
Reference in New Issue
Block a user