Fix the host setup script to work on mac

This commit is contained in:
Xavier Ducrohet
2009-05-07 19:00:00 -07:00
parent 0085f310cd
commit 1f012b193f

View File

@@ -76,7 +76,7 @@ add_config "HOST_ARFLAGS := $ARFLAGS"
TOOLCHAINS=arm-eabi-4.2.1
EXT=""
[ "Windows_NT" -eq "$OS" ] && EXT=".exe"
[ "Windows_NT" == "$OS" ] && EXT=".exe"
for tc in $TOOLCHAINS; do
echo "Toolchain : Checking for $tc prebuilt binaries"