Artifact ce8f51c4c16047ea76bbef12e5e4e825046736ce:
- Executable file build/make-kit-mipsel — part of check-in [a0ab236261] at 2011-06-06 15:40:57 on branch trunk — Added executable bit back, AGAIN! (user: rkeene, size: 482) [annotate] [blame] [check-ins using]
#! /bin/sh # Caution: Fossil likes to remove the executable bit from files. This is a # bug that makes it useless. 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