diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-05 13:16:08 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-05 13:16:08 -0700 |
commit | fe6588457a7b66c6cfcd6e51640453de59b8017b (patch) | |
tree | 6cf637ed96ee17e23dd32b617edfb37d91241b29 /sysdeps | |
parent | eb1ed03dafcd9a7ea6e95b958413342e20b35968 (diff) | |
download | glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.tar glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.tar.gz glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.tar.bz2 glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.zip |
Move rules for Linux-specific pldd program to Linux-specific Makefile.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 0def37ecfe..692487fc7b 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -175,6 +175,10 @@ sysdep-rtld-routines += dl-brk dl-sbrk dl-getcwd dl-openat64 dl-opendir \ dl-fxstatat64 CPPFLAGS-lddlibc4 += -DNOT_IN_libc + +others += pldd +install-bin += pldd +$(objpfx)pldd: $(objpfx)xmalloc.o endif ifeq ($(subdir),rt) |