Artifact 82d2d99ec2d54b1efe6c6af4e2f8d4fa551d2e68:
- Executable file
build/make-kit-netbsd-i386
— part of check-in
[8efaf47298]
at
2011-08-03 19:53:24
on branch trunk
— Added more cross-compilers
Updated cross-compiling to use a fake "uname" to deal with Tcl's broken-ness with respect to cross-compiling (user: rkeene, size: 113) [annotate] [blame] [check-ins using]
#! /bin/sh CROSS="x86_64-unknown-netbsd5" CC_ADD="-m32" export CROSS CC_ADD ./build/make-kit-crosscompile "$@"