diff options
author | Roland McGrath <roland@gnu.org> | 2008-01-30 00:24:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-01-30 00:24:16 +0000 |
commit | 16cd816fd04bd3982c5333c2df76c88e39031522 (patch) | |
tree | b5f21deb153bc5f4e60aa1bc235b9d123d121543 /nptl/Makeconfig | |
parent | f641ffccd8cdad83f403fe44e14ab0748c8bb39a (diff) | |
download | glibc-16cd816fd04bd3982c5333c2df76c88e39031522.tar glibc-16cd816fd04bd3982c5333c2df76c88e39031522.tar.gz glibc-16cd816fd04bd3982c5333c2df76c88e39031522.tar.bz2 glibc-16cd816fd04bd3982c5333c2df76c88e39031522.zip |
* Makeconfig (sysd-rules-patterns): New variable.
* Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
(check-inhibit-asm): New canned sequence, replaces ...
(open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
* elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
(rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
(CFLAGS-rtld): Variable removed.
Diffstat (limited to 'nptl/Makeconfig')
-rw-r--r-- | nptl/Makeconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nptl/Makeconfig b/nptl/Makeconfig index 54e2f65b01..c6a8e46132 100644 --- a/nptl/Makeconfig +++ b/nptl/Makeconfig @@ -1,4 +1,4 @@ -# Copyright (C) 2002,2003,2005,2006 Free Software Foundation, Inc. +# Copyright (C) 2002,2003,2005,2006,2008 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -28,3 +28,7 @@ static-thread-library = $(common-objpfx)nptl/libpthread.a bounded-thread-library = $(common-objpfx)nptl/libpthread_b.a rpath-dirs += nptl + +# This makes for ptw-*.? object rules in sysd-rules. +ptw-CPPFLAGS := -DPTW +sysd-rules-patterns += ptw-%:% |