build-toolchain.bash: add missing options to help message

This commit is contained in:
Wolfgang Thaller 2017-10-05 15:32:12 +02:00
parent c6f6cddb68
commit fd5a1e57f2
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ function usage()
echo " --no-ppc disable classic PowerPC CFM support"
echo " --no-carbon disable Carbon CFM support"
echo " --clean-after-build remove intermediate build files right after building"
echo " --host-cxx-compiler specify C++ compiler (needed on Mac OS X 10.4)"
echo " --host-c-compiler specify C compiler (needed on Mac OS X 10.4)"
echo " --help show this help message"
}