diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-08-03 11:00:03 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-08-03 11:00:03 +0200 |
commit | 2b7f0f786d1348729e0ce8a2784b48f67e116d2a (patch) | |
tree | c7f83f9d90e48d772855d2198e3b5001052126a6 /malloc | |
parent | 50f823e4993cf6853caaa74fb1a6cd65b93688aa (diff) | |
parent | 4a1377672ca5472fac9096b4da72d26226b4aa59 (diff) | |
download | glibc-2b7f0f786d1348729e0ce8a2784b48f67e116d2a.tar.gz glibc-2b7f0f786d1348729e0ce8a2784b48f67e116d2a.tar.xz glibc-2b7f0f786d1348729e0ce8a2784b48f67e116d2a.zip |
Merge commit 'origin/master' into fedora/master
Diffstat (limited to 'malloc')
-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 $@ |