]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Jan 2004 08:56:19 +0000 (08:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Jan 2004 08:56:19 +0000 (08:56 +0000)
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.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/Makefile

index 2bf2af49234937739a6f0f387a315deea1e9e399..2f9878e31d465592b536ce1775a36731cc8e697d 100644 (file)
@@ -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
index ef0b25c6058201670fb2acbf6a931b03031e3781..991398242a4c15053a423f284cd47874b4d81277 100644 (file)
@@ -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
This page took 0.051754 seconds and 5 git commands to generate.