Differences From Artifact [72e0bb339e]:
- Executable file build/make-kit-linux-amd64 — part of check-in [e125d9df77] at 2011-07-20 22:52:43 on branch trunk — Added missing build flag (user: rkeene, size: 359) [annotate] [blame] [check-ins using]
To 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]
1 2 | #! /bin/sh | < | < < < < > | | | 1 2 3 4 5 6 7 | #! /bin/sh CROSS="x86_64-unknown-linux-gnu" CC_ADD="-m64" export CROSS CC_ADD ./build/make-kit-crosscompile "$@" --enable-64bit |