about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-21 15:06:39 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-11-05 16:15:18 +0530
commita86144a98347fb587ee58bec44416dca10281b82 (patch)
treeb44631a4599ef202b06e23b179d54f13f9a0fdfe
parent57aeb59e8dc9c44cb544084d820db8bfceb8a6f5 (diff)
downloadglibc-a86144a98347fb587ee58bec44416dca10281b82.tar.gz
glibc-a86144a98347fb587ee58bec44416dca10281b82.tar.xz
glibc-a86144a98347fb587ee58bec44416dca10281b82.zip
Remove last place for definition of IS_IN_* macros
Ignoring IS_IN_build, which has a different purpose altogether, this
patch removes the last bit of IS_IN_* macro definitions.  Now barring
NOT_IN_libc, all cases use the IN_MODULE scheme.

Generated code unchanged on x86_64.

	* extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
-rw-r--r--extra-lib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-lib.mk b/extra-lib.mk
index c719bd9b91..7cdf8234af 100644
--- a/extra-lib.mk
+++ b/extra-lib.mk
@@ -106,4 +106,4 @@ ifneq (,$(cpp-srcs-left))
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
 endif
 
-CPPFLAGS-$(lib) := -DNOT_IN_libc=1 -DIS_IN_$(lib)=1
+CPPFLAGS-$(lib) := -DNOT_IN_libc=1