aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-07-04 10:09:07 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-07-04 10:09:07 -0300
commit9fc639f654dc004736836613be703e6bed0c36a8 (patch)
treeaeeae806fb256585cf9a274a53c697b968286efc /sysdeps/unix/sysv/linux/Makefile
parent2b92982e2369d292560793bee8e730f695f48ff3 (diff)
downloadglibc-9fc639f654dc004736836613be703e6bed0c36a8.zip
glibc-9fc639f654dc004736836613be703e6bed0c36a8.tar.gz
glibc-9fc639f654dc004736836613be703e6bed0c36a8.tar.bz2
elf: Make dl-rseq-symbols Linux only
And avoid a Hurd build failures. Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index ae66590..097b5a2 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -616,6 +616,10 @@ tests += \
endif
ifeq ($(subdir),elf)
+dl-routines += \
+ dl-rseq-symbols \
+ # dl-routines
+
sysdep-rtld-routines += \
dl-brk \
dl-getcwd \