diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-07-04 10:09:07 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-07-04 10:09:07 -0300 |
commit | 9fc639f654dc004736836613be703e6bed0c36a8 (patch) | |
tree | aeeae806fb256585cf9a274a53c697b968286efc /elf/Makefile | |
parent | 2b92982e2369d292560793bee8e730f695f48ff3 (diff) | |
download | glibc-9fc639f654dc004736836613be703e6bed0c36a8.tar.gz glibc-9fc639f654dc004736836613be703e6bed0c36a8.tar.xz glibc-9fc639f654dc004736836613be703e6bed0c36a8.zip |
elf: Make dl-rseq-symbols Linux only
And avoid a Hurd build failures. Checked on x86_64-linux-gnu.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 147f1d3437..a3475f3fb5 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -73,7 +73,6 @@ dl-routines = \ dl-origin \ dl-printf \ dl-reloc \ - dl-rseq-symbols \ dl-runtime \ dl-scope \ dl-setup_hash \ |