Differences From 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]
To Artifact [0524330c84]:
- Executable file build/make-kit-linux-amd64 — part of check-in [823074a385] at 2014-05-21 03:57:19 on branch trunk — Updated to build Linux test as RHEL5 as well as allow user to specify individual targets (user: rkeene, size: 126) [annotate] [blame] [check-ins using] [more...]
1 2 | #! /bin/sh | | | 1 2 3 4 5 6 7 | #! /bin/sh CROSS="x86_64-redhat5-linux" CC_ADD="-m64" export CROSS CC_ADD ./build/make-kit-crosscompile "$@" --enable-64bit |