ce426f
commit 76ca86a506a81d8a08655fb331162926569a47d6
ce426f
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
ce426f
Date:   Thu Nov 20 21:24:22 2014 +0530
ce426f
ce426f
    Remove last place for definition of IS_IN_* macros
ce426f
    
ce426f
    Ignoring IS_IN_build, which has a different purpose altogether, this
ce426f
    patch removes the last bit of IS_IN_* macro definitions.  Now barring
ce426f
    NOT_IN_libc, all cases use the IN_MODULE scheme.
ce426f
    
ce426f
    Generated code unchanged on x86_64.
ce426f
    
ce426f
    	* extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
ce426f
ce426f
Index: glibc-2.17-c758a686/extra-lib.mk
ce426f
===================================================================
ce426f
--- glibc-2.17-c758a686.orig/extra-lib.mk
ce426f
+++ glibc-2.17-c758a686/extra-lib.mk
ce426f
@@ -101,4 +101,4 @@ ifneq (,$(cpp-srcs-left))
ce426f
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
ce426f
 endif
ce426f
 
ce426f
-CPPFLAGS-$(lib) := -DNOT_IN_libc=1 -DIS_IN_$(lib)=1
ce426f
+CPPFLAGS-$(lib) := -DNOT_IN_libc=1