svn commit: trunk/uClibc

sjhill at uclibc.org sjhill at uclibc.org
Tue Dec 6 02:36:25 UTC 2005


Author: sjhill
Date: 2005-12-05 18:36:22 -0800 (Mon, 05 Dec 2005)
New Revision: 12678

Log:
Move 'librt' includes to be after pthreads since NPTL will be also be adding new code for this library. Be afraid, be very afraid.


Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2005-12-06 02:32:21 UTC (rev 12677)
+++ trunk/uClibc/Makefile.in	2005-12-06 02:36:22 UTC (rev 12678)
@@ -27,9 +27,9 @@
 include $(top_srcdir)libm/Makefile.in
 include $(top_srcdir)libnsl/Makefile.in
 include $(top_srcdir)libresolv/Makefile.in
-include $(top_srcdir)librt/Makefile.in
 include $(top_srcdir)libutil/Makefile.in
 include $(top_srcdir)libpthread/Makefile.in
+include $(top_srcdir)librt/Makefile.in
 include $(top_srcdir)extra/locale/Makefile.in
 
 # last included to catch all the objects added by others (locales/threads)




More information about the uClibc-cvs mailing list