Differences From Artifact [4bac46b5d1]:
- Executable file build/make-kit-linux-amd64 — part of check-in [5715f1901b] at 2011-03-08 04:23:28 on branch trunk — Added build script to cross-compile Linux/amd64 kits (user: rkeene, size: 351) [annotate] [blame] [check-ins using]
To 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...]
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 |