Differences From Artifact [c72ea56080]:
- Executable file
build/make-kit-linux-i386
— part of check-in
[33550a1dff]
at
2012-05-10 17:54:10
on branch trunk
— Updated to normalize CPU names
Added linux-i386 build target (user: rkeene, size: 90) [annotate] [blame] [check-ins using]
To Artifact [9b178664a5]:
- Executable file build/make-kit-linux-i386 — 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: 111) [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='-m32' export CROSS CC_ADD ./build/make-kit-crosscompile "$@" |