svn commit: branches/uClibc-nptl/test/tls

sjhill at uclibc.org sjhill at uclibc.org
Wed Dec 13 00:19:35 UTC 2006


Author: sjhill
Date: 2006-12-12 16:19:34 -0800 (Tue, 12 Dec 2006)
New Revision: 16865

Log:
Add in expected return values.


Modified:
   branches/uClibc-nptl/test/tls/Makefile


Changeset:
Modified: branches/uClibc-nptl/test/tls/Makefile
===================================================================
--- branches/uClibc-nptl/test/tls/Makefile	2006-12-13 00:07:54 UTC (rev 16864)
+++ branches/uClibc-nptl/test/tls/Makefile	2006-12-13 00:19:34 UTC (rev 16865)
@@ -9,6 +9,7 @@
 
 include ../Test.mak
 
+TARGET_ARCH := $(strip $(subst ",, $(strip $(TARGET_ARCH))))
 PTDIR := $(top_builddir)libpthread/nptl
 
 EXTRA_CFLAGS := -DNOT_IN_libc=1 -DIS_IN_libpthread=1 -D_LIBC	\
@@ -94,4 +95,9 @@
 tst-tls14: tst-tlsmod14a.so tst-tlsmod14b.so
 tst-tls15: tst-tlsmod15a.so tst-tlsmod15b.so
 
+RET_tst-tls13 := 1
+ifeq ($(TARGET_ARCH),mips)
+RET_tst-tls15 := 1
+endif
+
 WRAPPER := env LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)"




More information about the uClibc-cvs mailing list