Differences From Artifact [6963705c4b]:
- Executable file build/make-kit-solaris-sparc64 — 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: 126) [annotate] [blame] [check-ins using]
To Artifact [8ba9bf5c8d]:
- Executable file build/make-kit-solaris-sparc64 — 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: 141) [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="-m64 -static-libgcc" export CROSS CC_ADD ./build/make-kit-crosscompile "$@" --enable-64bit |