Artifact 9fc001f493cd73864932636de62f433a90a43c18:
- Executable file build/make-kit-mipsel — part of check-in [ff0f420d0c] at 2011-05-20 06:39:09 on branch trunk — Added back missing executable flag (bug in Fossil) (user: rkeene, size: 377) [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-unknown-linux-uclibc