summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-13 17:45:00 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-13 17:45:00 +0000
commite6df2698a71de1a923f037c2dbdabcf15b7afbd3 (patch)
tree2ee78324d9546c2f56eab7e56c7db6e4fa663589
parent6dfa9125a3f5b834d76eceff51c564b91a2fc0ce (diff)
downloadglibc-e6df2698a71de1a923f037c2dbdabcf15b7afbd3.tar.gz
glibc-e6df2698a71de1a923f037c2dbdabcf15b7afbd3.tar.xz
glibc-e6df2698a71de1a923f037c2dbdabcf15b7afbd3.zip
Update.
	* sysdeps/unix/sysv/linux/Makefile: Remove -fkeep-inline-functions
	flag for init-first.
-rw-r--r--ChangeLog3
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bea070551a..cb2b3c0a0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-08-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/Makefile: Remove -fkeep-inline-functions
+	flag for init-first.
+
 	* po/fr.po: Update from translation team.
 
 2001-08-13  Andreas Jaeger  <aj@suse.de>
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index c4d81f6c0d..ba84e66a94 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -1,6 +1,4 @@
 ifeq ($(subdir),csu)
-CFLAGS-init-first.c = -fkeep-inline-functions
-
 sysdep_routines += errno-loc
 endif