mirror of git://sourceware.org/git/glibc.git
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-origin \
|
||||||
dl-printf \
|
dl-printf \
|
||||||
dl-reloc \
|
dl-reloc \
|
||||||
dl-rseq-symbols \
|
|
||||||
dl-runtime \
|
dl-runtime \
|
||||||
dl-scope \
|
dl-scope \
|
||||||
dl-setup_hash \
|
dl-setup_hash \
|
||||||
|
|
|
@ -616,6 +616,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