Explorar el Código

make sure we strip quotes from the cross compiler prefix

Mike Frysinger hace 20 años
padre
commit
412861a42b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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