Differences From Artifact [069082a8ec]:
- Executable file
build/make-kit-linux-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: 130) [annotate] [blame] [check-ins using]
To Artifact [8d7c7de31e]:
- Executable file
build/make-kit-linux-amd64
— part of check-in
[f2f5daaf90]
at
2011-11-19 00:49:53
on branch trunk
— Switched to more complete cross-compiling environment for Linux/x86_64
Added more test builds for Linux/x86_64 (user: rkeene, size: 128) [annotate] [blame] [check-ins using]
1 1 #! /bin/sh 2 2 3 -CROSS="x86_64-unknown-linux-gnu" 3 +CROSS="x86_64-slackware-linux" 4 4 CC_ADD="-m64" 5 5 export CROSS CC_ADD 6 6 7 7 ./build/make-kit-crosscompile "$@" --enable-64bit