Differences From Artifact [f5a7e70fab]:
- Executable file build/make-kit-linux-amd64 — part of check-in [53587b62ec] at 2011-03-09 14:36:25 on branch trunk — Updated to build full Tclkit when cross-compiling to Linux/amd64 (user: rkeene, size: 344) [annotate] [blame] [check-ins using] [more...]
To 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]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #! /bin/sh PATH="${PATH}:${HOME}/root/cross-compilers/x86_64-unknown-linux-gnu/bin/" AR=x86_64-unknown-linux-gnu-ar CC=x86_64-unknown-linux-gnu-gcc CXX=x86_64-unknown-linux-gnu-g++ RANLIB=x86_64-unknown-linux-gnu-ranlib STRIP=x86_64-unknown-linux-gnu-strip export PATH AR CC CXX RANLIB STRIP |