[uClibc-cvs] CVS uClibc/libpthread

CVS User jocke jocke at codepoet.org
Thu Oct 14 09:49:03 UTC 2004


Update of /var/cvs/uClibc/libpthread
In directory nail:/tmp/cvs-serv6163/libpthread

Modified Files:
	Makefile 
Log Message:
Peter Mazinger writes:
The attached patch is an updated version of an earlier sent patch
It solves the problem that the target utils (ldconfig/ldd/iconv, readelf
is not handled, but can be easily added) are not built w/ the newly
created [S]crt[01].o files.


--- /var/cvs/uClibc/libpthread/Makefile	2004/10/06 13:23:13	1.29
+++ /var/cvs/uClibc/libpthread/Makefile	2004/10/14 09:49:02	1.30
@@ -38,14 +38,10 @@
 endif
 endif
 
-ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
-ifeq ($(strip $(DOPIC)),y)
-    START_FILES  = $(TOPDIR)lib/crti.o    $(LIBGCC_DIR)crtbeginS.o
-    END_FILES    = $(LIBGCC_DIR)crtendS.o $(TOPDIR)lib/crtn.o
-else
-    START_FILES  = $(TOPDIR)lib/crti.o    $(LIBGCC_DIR)crtbegin.o
-    END_FILES    = $(LIBGCC_DIR)crtend.o  $(TOPDIR)lib/crtn.o
-endif
+# do we really have to unset these?
+ifneq ($(strip $(UCLIBC_CTOR_DTOR)),y)
+	START_FILES =
+	END_FILES =
 endif
 
 ALL_SUBDIRS = linuxthreads linuxthreads_db



More information about the uClibc-cvs mailing list