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 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
|
| |
1 2 3 4 5 6 7 |
#! /bin/sh
CROSS="x86_64-slackware-linux"
CC_ADD="-m64"
export CROSS CC_ADD
./build/make-kit-crosscompile "$@" --enable-64bit
|