diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-13 17:45:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-13 17:45:00 +0000 |
commit | e6df2698a71de1a923f037c2dbdabcf15b7afbd3 (patch) | |
tree | 2ee78324d9546c2f56eab7e56c7db6e4fa663589 | |
parent | 6dfa9125a3f5b834d76eceff51c564b91a2fc0ce (diff) | |
download | glibc-e6df2698a71de1a923f037c2dbdabcf15b7afbd3.zip glibc-e6df2698a71de1a923f037c2dbdabcf15b7afbd3.tar.gz glibc-e6df2698a71de1a923f037c2dbdabcf15b7afbd3.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/Makefile: Remove -fkeep-inline-functions
flag for init-first.
-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 c4d81f6..ba84e66 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 |