Artifact 814a04e3a08273fd9e37496061c6e89251e97b89:
- Executable file build/make-kit-mipsel — part of check-in [403ee0b408] at 2011-03-08 04:18:02 on branch trunk — Corrected issue with previous commit (user: rkeene, size: 376) [annotate] [blame] [check-ins using] [more...]
#! /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-unknown-linux-uclibc