Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 13 Aug 2001 17:45:00 +0000 (17:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 13 Aug 2001 17:45:00 +0000 (17:45 +0000)
* sysdeps/unix/sysv/linux/Makefile: Remove -fkeep-inline-functions
flag for init-first.

ChangeLog
sysdeps/unix/sysv/linux/Makefile

index bea0705..cb2b3c0 100644 (file)
--- 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>
index c4d81f6..ba84e66 100644 (file)
@@ -1,6 +1,4 @@
 ifeq ($(subdir),csu)
-CFLAGS-init-first.c = -fkeep-inline-functions
-
 sysdep_routines += errno-loc
 endif