Artifact 6dd0ab095f1ef486f15ab02c6522102638d53a5f:
- Executable file build/make-kit-linux-mipsel — part of check-in [a1316c25a9] at 2012-05-13 01:56:40 on branch trunk — Renamed Linux/mipsel build script for consistency (user: rkeene, size: 388) [annotate] [blame] [check-ins using]
- Executable file build/make-kit-mipsel — part of check-in [57ce9464cc] at 2011-09-15 20:00:16 on branch trunk — Added support for creating debug symbols builds (user: rkeene, size: 388) [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="${STRIP:-mipsel-unknown-linux-uclibc-strip}" export PATH AR CC CXX RANLIB STRIP ./build/make-minkit "$@" --host=mipsel-unknown-linux-uclibc