svn commit: trunk/uClibc/test/pthread
vapier at uclibc.org
vapier at uclibc.org
Wed May 2 18:20:59 UTC 2007
Author: vapier
Date: 2007-05-02 11:20:58 -0700 (Wed, 02 May 2007)
New Revision: 18540
Log:
cancellation-points needs librt
Modified:
trunk/uClibc/test/pthread/
trunk/uClibc/test/pthread/Makefile
Changeset:
Property changes on: trunk/uClibc/test/pthread
___________________________________________________________________
Name: svn:ignore
- ex1
ex2
ex3
ex4
ex5
ex6
ex7
*_glibc
*.gdb
*.out
+ ex1
ex2
ex3
ex4
ex5
ex6
ex7
cancellation-points
tst-too-many-cleanups
*_glibc
*.gdb
*.out
Modified: trunk/uClibc/test/pthread/Makefile
===================================================================
--- trunk/uClibc/test/pthread/Makefile 2007-05-02 15:35:45 UTC (rev 18539)
+++ trunk/uClibc/test/pthread/Makefile 2007-05-02 18:20:58 UTC (rev 18540)
@@ -4,3 +4,5 @@
include ../Test.mak
EXTRA_LDFLAGS := -lpthread
+
+LDFLAGS_cancellation-points := -lrt
More information about the uClibc-cvs
mailing list