svn commit: branches/uClibc-nptl/test

sjhill at uclibc.org sjhill at uclibc.org
Sun Feb 5 04:53:06 UTC 2006


Author: sjhill
Date: 2006-02-04 20:53:05 -0800 (Sat, 04 Feb 2006)
New Revision: 13841

Log:
Use the correct strip command.


Modified:
   branches/uClibc-nptl/test/Rules.mak


Changeset:
Modified: branches/uClibc-nptl/test/Rules.mak
===================================================================
--- branches/uClibc-nptl/test/Rules.mak	2006-02-05 04:52:19 UTC (rev 13840)
+++ branches/uClibc-nptl/test/Rules.mak	2006-02-05 04:53:05 UTC (rev 13841)
@@ -51,7 +51,7 @@
 
 CROSS      = $(subst ",, $(strip $(CROSS_COMPILER_PREFIX)))
 CC         = $(CROSS)gcc
-STRIPTOOL  = strip
+STRIPTOOL  = $(CROSS)strip
 RM         = rm -f
 ifeq ($(LDSO_LDD_SUPPORT),y)
 LDD        = $(top_builddir)utils/ldd




More information about the uClibc-cvs mailing list