* sysdeps/unix/sysv/linux/Makefile: Remove -fkeep-inline-functions
	flag for init-first.
This commit is contained in:
Ulrich Drepper 2001-08-13 17:45:00 +00:00
parent 6dfa9125a3
commit e6df2698a7
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -1,6 +1,4 @@
ifeq ($(subdir),csu)
CFLAGS-init-first.c = -fkeep-inline-functions
sysdep_routines += errno-loc
endif