about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-06-13 10:03:11 +0000
committerRoland McGrath <roland@gnu.org>1999-06-13 10:03:11 +0000
commitaf09bfb5b5de7b7a1472f4e17cf53bd355315bf0 (patch)
treedac7e4cbcd8ee4867284903a891858439a5c2bb6 /ChangeLog
parent901c1112e9687278babfd77a9e06660823c4a097 (diff)
downloadglibc-af09bfb5b5de7b7a1472f4e17cf53bd355315bf0.tar.gz
glibc-af09bfb5b5de7b7a1472f4e17cf53bd355315bf0.tar.xz
glibc-af09bfb5b5de7b7a1472f4e17cf53bd355315bf0.zip
* Makeconfig (static-start-installed-name): Set to
	$(start-installed-name) if not defined.
	(+link-static): Use $(static-start-installed-name) instead of
	$(start-installed-name).
	* sysdeps/mach/hurd/i386/Makefile (static-start-installed-name):
	Set to crt0.o.

1999-06-12  Mark Kettenis  <kettenis@gnu.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 266017fa88..303bacdc2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 1999-06-12  Mark Kettenis  <kettenis@gnu.org>
 
+	* Makeconfig (static-start-installed-name): Set to
+	$(start-installed-name) if not defined.
+	(+link-static): Use $(static-start-installed-name) instead of
+	$(start-installed-name).
+	* sysdeps/mach/hurd/i386/Makefile (static-start-installed-name):
+	Set to crt0.o.
+
+1999-06-12  Mark Kettenis  <kettenis@gnu.org>
+
 	* sysdeps/mach/hurd/fork.c (__fork): Make use of `insert_type' when
 	inserting a send right into the child instead of unconditionally
 	copying the send right.