Parcourir la source

make sure we strip quotes from the cross compiler prefix

Mike Frysinger il y a 20 ans
Parent
commit
412861a42b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test/Rules.mak

+ 1 - 1
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