diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-25 13:40:20 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-25 13:40:20 -0700 |
commit | 3a097cc7a18309c864186c1b864b90889d2a45e9 (patch) | |
tree | 90867caf9bc281dee470b566c7a3188ce86d20c1 /extra-lib.mk | |
parent | 21708942c9b115a91dc03318a5f9e14328c5a71e (diff) | |
download | glibc-3a097cc7a18309c864186c1b864b90889d2a45e9.tar.gz |
Add --enable-systemtap configuration to define static probe points.
Diffstat (limited to 'extra-lib.mk')
-rw-r--r-- | extra-lib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-lib.mk b/extra-lib.mk index f2a19b0423..a2293c5c6e 100644 --- a/extra-lib.mk +++ b/extra-lib.mk @@ -101,4 +101,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 -DIS_IN_$(lib)=1 -DIN_LIB=$(lib) |