Differences From Artifact [82d2d99ec2]:
- 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]
To Artifact [afca9733e5]:
- Executable file
build/make-kit-netbsd-i386
— part of check-in
[b93594845d]
at
2022-08-12 15:21:39
on branch trunk
— Remove setting _USE_32BIT_TIME_T, does not seem to be required anymore.
It was added as part of [cb7ed6affe], but now causes [df2dd68dca] (user: rkeene, size: 113) [annotate] [blame] [check-ins using]
1 2 | #! /bin/sh | | | 1 2 3 4 5 6 7 | #! /bin/sh CROSS="x86_64-unknown-netbsd8" CC_ADD="-m32" export CROSS CC_ADD ./build/make-kit-crosscompile "$@" |