From 412861a42bbd5415c892d528e05eb9c766c2d57b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 2 Jul 2005 15:17:16 +0000 Subject: make sure we strip quotes from the cross compiler prefix --- test/Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Rules.mak b/test/Rules.mak index 29e3b2037..63e5cdd28 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -42,7 +42,7 @@ export TARGET_ARCH # make CROSS=mipsel-linux- # will build uClibc for 'mipsel'. -CROSS = $(CROSS_COMPILER_PREFIX) +CROSS = $(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) CC = $(CROSS)gcc STRIPTOOL = strip RM = rm -f -- cgit v1.2.3