diff options
-rw-r--r-- | test/Rules.mak | 2 |
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 |