mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
build-toolchain.bash: add missing options to help message
This commit is contained in:
parent
c6f6cddb68
commit
fd5a1e57f2
@ -42,6 +42,8 @@ function usage()
|
|||||||
echo " --no-ppc disable classic PowerPC CFM support"
|
echo " --no-ppc disable classic PowerPC CFM support"
|
||||||
echo " --no-carbon disable Carbon CFM support"
|
echo " --no-carbon disable Carbon CFM support"
|
||||||
echo " --clean-after-build remove intermediate build files right after building"
|
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"
|
echo " --help show this help message"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user