svn commit: trunk/uClibc

psm at uclibc.org psm at uclibc.org
Wed Oct 19 21:29:28 UTC 2005


Author: psm
Date: 2005-10-19 14:29:24 -0700 (Wed, 19 Oct 2005)
New Revision: 11892

Log:
Adapted generic file to work properly with linuxthreads

Modified:
   trunk/uClibc/Makefile.libs


Changeset:
Modified: trunk/uClibc/Makefile.libs
===================================================================
--- trunk/uClibc/Makefile.libs	2005-10-19 21:26:55 UTC (rev 11891)
+++ trunk/uClibc/Makefile.libs	2005-10-19 21:29:24 UTC (rev 11892)
@@ -83,8 +83,8 @@
 	$(LN) -sf $($(LIB_NAME)_FULL_NAME) $@
 
 $($(LIB_NAME)_DIR)/$(LIB_NAME)_pic.a: $($(LIB_NAME)_OBJ_PIC) $($(LIB_NAME)_MOBJ_PIC) $($(LIB_NAME)_SOBJ_PIC) $($(LIB_NAME)_SO_ADD)
-ifneq ($(strip $($(LIB_NAME)_STRIP_FLAGS)),)
-	$(STRIPTOOL) $($(LIB_NAME)_STRIP_FLAGS) $^
+ifneq ($(strip $(STRIP_FLAGS)),)
+	$(STRIPTOOL) $(STRIP_FLAGS) $^
 else
 	$(STRIPTOOL) -x -R .note -R .comment $^
 endif




More information about the uClibc-cvs mailing list