Explorar o código

fix default value

patron hai 8 meses
pai
achega
ff358c3e7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tc/build.sh

+ 1 - 1
tc/build.sh

@@ -3,7 +3,7 @@
 
 set -e
 
-: ${MACHINE:mips-elf}
+: ${MACHINE:=mips-elf}
 
 b_prefix="--prefix=${INSTALL}"
 machine="--target ${MACHINE}"