Artifact f5a7e70fabaebb85d4135903443daa465118da58:
- 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...]
 
#! /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
./kitcreator "$@" --host=x86_64-unknown-linux-gnu