Artifact e19a8483f81d518c7310013d8b16bad993d5c6de:
- Executable file build/make-kit-mipsel — part of check-in [de3aacd495] at 2011-03-08 03:50:49 on branch trunk — Updated to build with new toolchain (user: rkeene, size: 368) [annotate] [blame] [check-ins using]
#! /bin/sh PATH="${PATH}:/home/rkeene/root/cross-compilers/mipsel-unknown-linux-uclibc/bin" AR=mipsel-unknown-linux-uclibc-ar CC=mipsel-unknown-linux-uclibc-gcc CXX=mipsel-unknown-linux-uclibc-g++ RANLIB=mipsel-unknown-linux-uclibc-ranlib STRIP=mipsel-unknown-linux-uclibc-strip export PATH AR CC CXX RANLIB STRIP ./build/make-minkit "$@" --host=mipsel-linux-uclibc