aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-02 17:20:24 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-02 17:20:24 +0000
commitc6293dee98250b6b10ccaf21ef9a1c80d4f00688 (patch)
tree4488102efa92cf0d01b3eb940c7a534538f68553
parent4e720dd60d95bee7af035604010c054ec1b2dc7a (diff)
downloadglibc-c6293dee98250b6b10ccaf21ef9a1c80d4f00688.zip
glibc-c6293dee98250b6b10ccaf21ef9a1c80d4f00688.tar.gz
glibc-c6293dee98250b6b10ccaf21ef9a1c80d4f00688.tar.bz2
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--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc32/Makefile2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f71120..2ff6f16 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 0268751..69c0717 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)