diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-08-02 11:29:22 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-08-04 10:03:45 -0300 |
commit | 36676f5e5d6ed17263f4f5089e77f480b852bd74 (patch) | |
tree | dd9790cdcd30daf8b3b72ba0b434659fa3f6341d /sysdeps/unix/sysv/linux/Makefile | |
parent | 8ee878592c4a642937152c8308b8faef86bcfc40 (diff) | |
download | glibc-36676f5e5d6ed17263f4f5089e77f480b852bd74.zip glibc-36676f5e5d6ed17263f4f5089e77f480b852bd74.tar.gz glibc-36676f5e5d6ed17263f4f5089e77f480b852bd74.tar.bz2 |
Remove ldd libc4 support
The older libc versions are obsolete for over twenty years now.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a139a16..3f31c19 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -393,8 +393,6 @@ endif ifeq ($(subdir),elf) sysdep-rtld-routines += dl-brk dl-sbrk dl-getcwd dl-openat64 dl-opendir -libof-lddlibc4 = lddlibc4 - others += pldd install-bin += pldd $(objpfx)pldd: $(objpfx)xmalloc.o |