Differences From Artifact [3a556fa537]:
- Executable file
build/make-kit-netbsd-amd64
— 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: 107) [annotate] [blame] [check-ins using]
To Artifact [226944d660]:
- Executable file
build/make-kit-netbsd-amd64
— 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: 107) [annotate] [blame] [check-ins using]
1 2 | #! /bin/sh | | | 1 2 3 4 5 6 | #! /bin/sh CROSS="x86_64-unknown-netbsd8" export CROSS ./build/make-kit-crosscompile "$@" --enable-64bit |