浏览代码

fix default value

patron 8 月之前
父节点
当前提交
ff358c3e7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}"