fix
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ runit()
|
|||||||
if [ "${buildnewlib}" -ne "0" ]; then
|
if [ "${buildnewlib}" -ne "0" ]; then
|
||||||
export EXTRA_ARGS="--with-newlib"
|
export EXTRA_ARGS="--with-newlib"
|
||||||
fi
|
fi
|
||||||
if commmand -v gmake >/dev/null; then
|
if command -v gmake >/dev/null; then
|
||||||
export make="gmake"
|
export make="gmake"
|
||||||
else
|
else
|
||||||
export make="make"
|
export make="make"
|
||||||
|
|||||||
Reference in New Issue
Block a user