diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 |