Artifact 4bac46b5d12c9e1fee4a2c15e8ac8e81ed26b02e:
- 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]
#! /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 ./build/make-minkit "$@" --host=x86_64-unknown-linux-gnu