Differences From Artifact [439be66c77]:
- Executable file
build/make-kit-solaris-i386
— 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: 89) [annotate] [blame] [check-ins using]
To Artifact [dc2b589695]:
- Executable file build/make-kit-solaris-i386 — 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: 120) [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="-static-libgcc" export CROSS CC_ADD ./build/make-kit-crosscompile "$@" |