mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
build.sh: correct typo errors
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com> Change-Id: I3ebeb6535c1661bc8d87e24dc872dcbc285ddfcd
This commit is contained in:
+2
-2
@@ -59,7 +59,7 @@ function build_board()
|
||||
TOOLCHAIN="gcc"
|
||||
|
||||
EXTRAFLAGS=-Wno-cpp
|
||||
if [ $ARCH = "xtensa" ]; then
|
||||
if [ "$ARCH" == "xtensa" ]; then
|
||||
export XTENSAD_LICENSE_FILE=28000@10.221.64.91
|
||||
EXTRAFLAGS=""
|
||||
fi
|
||||
@@ -76,7 +76,7 @@ function build_board()
|
||||
exit 2
|
||||
fi
|
||||
|
||||
if [ "${2}" = "distclean" ]; then
|
||||
if [ "${2}" == "distclean" ]; then
|
||||
return;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user