From: Ulrich Drepper Date: Mon, 13 Aug 2001 17:45:00 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6df2698a71de1a923f037c2dbdabcf15b7afbd3;p=thirdparty%2Fglibc.git Update. * sysdeps/unix/sysv/linux/Makefile: Remove -fkeep-inline-functions flag for init-first. --- diff --git a/ChangeLog b/ChangeLog index bea070551af..cb2b3c0a0fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-13 Ulrich Drepper + * 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 diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index c4d81f6c0d3..ba84e66a94a 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