From f143f920694cec922ed2ac4082aab223acc413df Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 13 Jun 2013 10:54:25 -0400 Subject: config: UCLIBC_HAS_OBSTACK to optionally enable obstack support Signed-off-by: Anthony G. Basile Signed-off-by: Bernhard Reutner-Fischer --- test/malloc/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/malloc/Makefile.in b/test/malloc/Makefile.in index d14617d31..669ef6adf 100644 --- a/test/malloc/Makefile.in +++ b/test/malloc/Makefile.in @@ -6,3 +6,7 @@ TESTS_DISABLED := time_malloc ifneq ($(UCLIBC_SUSV2_LEGACY),y) TESTS_DISABLED += tst-valloc endif + +ifneq ($(UCLIBC_HAS_OBSTACK),y) +TESTS_DISABLED += tst-obstack +endif -- cgit v1.2.3