Differences From Artifact [c26413604c]:
- Executable file
build/make-kit-solaris-amd64
— 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: 125) [annotate] [blame] [check-ins using]
To Artifact [a0be11fa93]:
- Executable file build/make-kit-solaris-amd64 — 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: 140) [annotate] [blame] [check-ins using]
1 2 3 | #! /bin/sh CROSS="i386-pc-solaris2.10" | | | 1 2 3 4 5 6 7 | #! /bin/sh CROSS="i386-pc-solaris2.10" CC_ADD="-m64 -static-libgcc" export CROSS CC_ADD ./build/make-kit-crosscompile "$@" --enable-64bit |