about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-07-04 01:30:09 +0000
committerGreg McGary <greg@mcgary.org>2000-07-04 01:30:09 +0000
commit981863755145e15152af5109e368e525b1bb7e58 (patch)
tree1fea903085d6d57462626f373c0f51773259c2c3 /ChangeLog
parent73c115ed0b5d25e64b3495f12d1f092db7ce9715 (diff)
downloadglibc-981863755145e15152af5109e368e525b1bb7e58.tar.gz
glibc-981863755145e15152af5109e368e525b1bb7e58.tar.xz
glibc-981863755145e15152af5109e368e525b1bb7e58.zip
* csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
($(objpfx)b$(start-installed-name)): Add non-elf rule.
	* csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
	($(objpfx)b$(start-installed-name)): Add non-elf rule.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceee623d95..29a8e7c163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 
 2000-07-03  Greg McGary  <greg@mcgary.org>
 
+	* csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
+	($(objpfx)b$(start-installed-name)): Add non-elf rule.
+
 	* libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
 	* libio/libioP.h (_IO_ITER): Revert to type _IO_FILE*.
 	(FILEBUF_LITERAL): Add cast for CHAIN init.