summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-02 15:17:16 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-02 15:17:16 +0000
commit412861a42bbd5415c892d528e05eb9c766c2d57b (patch)
tree2b0c7595cc9594bd459749031f94a9c29b3725f2 /test
parentd7ea5282bb07e875cf0f74fda018c528fc0a145d (diff)
make sure we strip quotes from the cross compiler prefix
Diffstat (limited to 'test')
-rw-r--r--test/Rules.mak2
1 files changed, 1 insertions, 1 deletions
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