diff options
| author | Andreas Schwab <schwab@redhat.com> | 2009-11-16 18:07:33 +0100 |
|---|---|---|
| committer | Andreas Schwab <schwab@redhat.com> | 2009-11-16 18:07:33 +0100 |
| commit | 82e87e05c7ba3748c7f64b7a887908cd6ac9e40c (patch) | |
| tree | 01be2aeead555597cdcec20786de7977bec16af9 /malloc/Makefile | |
| parent | ed26dd532e36429cbc6e60ae3be41719be9a5b89 (diff) | |
| parent | dacc52e1922491a3b0e613a8be2d488871315114 (diff) | |
| download | glibc-82e87e05c7ba3748c7f64b7a887908cd6ac9e40c.tar.xz glibc-82e87e05c7ba3748c7f64b7a887908cd6ac9e40c.zip | |
Merge commit 'glibc-2.10.2' into fedora/2.10/master
Diffstat (limited to 'malloc/Makefile')
| -rw-r--r-- | malloc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 1099335fff..e7ec1abf93 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -104,6 +104,7 @@ $(objpfx)memusagestat: $(memusagestat-modules:%=$(objpfx)%.o) include ../Rules CFLAGS-mcheck-init.c = $(PIC-ccflag) +CFLAGS-obstack.c = $(uses-callbacks) $(objpfx)libmcheck.a: $(objpfx)mcheck-init.o -rm -f $@ |
