diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-02 17:20:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-02 17:20:24 +0000 |
commit | c6293dee98250b6b10ccaf21ef9a1c80d4f00688 (patch) | |
tree | 4488102efa92cf0d01b3eb940c7a534538f68553 | |
parent | 4e720dd60d95bee7af035604010c054ec1b2dc7a (diff) | |
download | glibc-c6293dee98250b6b10ccaf21ef9a1c80d4f00688.tar.gz glibc-c6293dee98250b6b10ccaf21ef9a1c80d4f00688.tar.xz glibc-c6293dee98250b6b10ccaf21ef9a1c80d4f00688.zip |
Update.
1998-03-30 Joel Klecker <espy@debian.org> * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (sysdep-others,install-bin): Add lddlibc4.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/Makefile | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8f711200c9..2ff6f163e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-03-30 Joel Klecker <espy@debian.org> + + * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile + (sysdep-others,install-bin): Add lddlibc4. + 1999-05-02 H.J. Lu <hjl@gnu.org> * timezone/zic.c (dolink): Remove the symlink destination first. diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/Makefile b/sysdeps/unix/sysv/linux/sparc/sparc32/Makefile index 0268751286..69c071752e 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/Makefile +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/Makefile @@ -9,6 +9,8 @@ endif ifeq ($(subdir),elf) CFLAGS-rtld.c += -mv8 #rtld-routines += dl-sysdepsparc +sysdep-others += lddlibc4 +install-bin += lddlibc4 endif # elf ifeq ($(subdir),signal) |