Differences From Artifact [dc7f25759c]:
- Executable file
build/make-kit-solaris-sparc
— part of check-in
[250028d1d6]
at
2011-08-02 23:49:37
on branch trunk
— Added more cross-compiler build scripts
Added more cross-compiled tests (user: rkeene, size: 91) [annotate] [blame] [check-ins using]
To Artifact [254a2abc5d]:
- Executable file build/make-kit-solaris-sparc — part of check-in [acb9725083] at 2011-10-05 18:42:08 on branch trunk — Updated to build Solaris/SPARC tests targetting Solaris 8 (user: rkeene, size: 90) [annotate] [blame] [check-ins using]
1 2 | #! /bin/sh | | | 1 2 3 4 5 6 | #! /bin/sh CROSS="sparc-sun-solaris2.8" export CROSS ./build/make-kit-crosscompile "$@" |