summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-05 04:53:05 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-05 04:53:05 +0000
commit8cb5748fe264e42ab43549314d44c97c83ed7c5f (patch)
tree098d3170887704be923badf35b4fb557f8e0bc60
parent2625c4f56a97f0e1d867a3721a309056e2ee4b6b (diff)
downloaduClibc-alpine-8cb5748fe264e42ab43549314d44c97c83ed7c5f.tar.bz2
uClibc-alpine-8cb5748fe264e42ab43549314d44c97c83ed7c5f.tar.xz
Use the correct strip command.
-rw-r--r--test/Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index 3b9856be7..57e329d95 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -51,7 +51,7 @@ export TARGET_ARCH
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