Differences From 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]
To Artifact [588c151e87]:
- Executable file build/make-kit-solaris-sparc — part of check-in [ce3198239b] at 2012-08-20 02:53:28 on branch trunk — Updated to build Solaris tclkits with -static-libgcc (user: rkeene, size: 121) [annotate] [blame] [check-ins using]
1 2 3 | #! /bin/sh CROSS="sparc-sun-solaris2.8" | > | | 1 2 3 4 5 6 7 | #! /bin/sh CROSS="sparc-sun-solaris2.8" CC_ADD="-static-libgcc" export CROSS CC_ADD ./build/make-kit-crosscompile "$@" |