Subversion Repositories HelenOS-historic

Rev

Rev 464 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 464 Rev 466
Line 2... Line 2...
2
 
2
 
3
function syntax {
3
function syntax {
4
	echo "Syntax:"
4
	echo "Syntax:"
5
	echo " build.<arch> [-compiler <compiler>] [-cpu <cpu>] [-machine <machine>]"
5
	echo " build.<arch> [-compiler <compiler>] [-cpu <cpu>] [-machine <machine>]"
6
	echo
6
	echo
7
	echo "<arch>     ... amd64, *ia32, ia64, mips32, ppc32, sparc64"
7
	echo "<arch>     ... amd64, ia32, ia64, mips32, ppc32, sparc64"
8
	echo "<compiler> ... native, *cross"
8
	echo "<compiler> ... native, *cross"
9
	echo "<cpu>      ... for ia32: athlon-xp, athlon-mp, pentium3, *pentium4, prescott"
9
	echo "<cpu>      ... for ia32: athlon-xp, athlon-mp, pentium3, *pentium4, prescott"
10
	echo "<machine>  ... for mips32: *msim, msim4kc, simics, lgxemul, bgxemul, indy"
10
	echo "<machine>  ... for mips32: *msim, msim4kc, simics, lgxemul, bgxemul, indy"
11
	echo
11
	echo
12
}
12
}