Browse Source

fix default value

patron 8 months ago
parent
commit
ff358c3e7b
1 changed files with 1 additions and 1 deletions
  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}"