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 1c00bce6a..29e3b2037 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 = $(CROSS_COMPILER_PREFIX) CC = $(CROSS)gcc STRIPTOOL = strip RM = rm -f |