diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-03 08:56:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-03 08:56:19 +0000 |
commit | c7baafd574e8724da20c70923051432d1dcb2d25 (patch) | |
tree | 2509516a37cff8fef6ad7f161842740dacf51d25 | |
parent | 59e7ebcc2055faa8510741668a36e8b929617559 (diff) | |
download | glibc-c7baafd574e8724da20c70923051432d1dcb2d25.tar glibc-c7baafd574e8724da20c70923051432d1dcb2d25.tar.gz glibc-c7baafd574e8724da20c70923051432d1dcb2d25.tar.bz2 glibc-c7baafd574e8724da20c70923051432d1dcb2d25.zip |
Update.
2004-01-03 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/Makefile (CFLAGS-getpid.c): Removed.
(CFLAGS-getpid.o): Defined.
(CFLAGS-getpid.os): Defined.
-rw-r--r-- | nptl/ChangeLog | 6 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/Makefile | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2bf2af4923..2f9878e31d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2004-01-03 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-getpid.c): Removed. + (CFLAGS-getpid.o): Defined. + (CFLAGS-getpid.os): Defined. + 2003-12-31 Ulrich Drepper <drepper@redhat.com> * pthread_getattr_np.c (pthread_getattr_np): Make sure stack info diff --git a/nptl/sysdeps/unix/sysv/linux/Makefile b/nptl/sysdeps/unix/sysv/linux/Makefile index ef0b25c605..991398242a 100644 --- a/nptl/sysdeps/unix/sysv/linux/Makefile +++ b/nptl/sysdeps/unix/sysv/linux/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -29,5 +29,6 @@ endif ifeq ($(subdir),posix) CFLAGS-fork.c = -D_IO_MTSAFE_IO -CFLAGS-getpid.c = -fomit-frame-pointer +CFLAGS-getpid.o = -fomit-frame-pointer +CFLAGS-getpid.os = -fomit-frame-pointer endif |