Artifact 78d28dde77440a9f09ee2d6a5ab9b26d05d6f733:
- Executable file
build/make-kit-arm
— part of check-in
[b9a63425fb]
at
2010-09-26 04:46:05
on branch trunk
— Updated ARM and Static internal build scripts to use Minimal build script
Added internal test script (user: rkeene, size: 326) [annotate] [blame] [check-ins using]
- Executable file build/make-kit-mipsel — part of check-in [87adc4a193] at 2011-03-03 16:02:09 on branch trunk — Renamed "arm" to "mipsel", which is more correct (user: rkeene, size: 326) [annotate] [blame] [check-ins using]
#! /bin/sh
PATH="${PATH}:/home/rkeene/root/cross-compilers/mipsel-linux-uclibc/usr/mipsel-linux-uclibc/bin"
AR=mipsel-linux-uclibc-ar
CC=mipsel-linux-uclibc-gcc
CXX=false
RANLIB=mipsel-linux-uclibc-ranlib
STRIP=mipsel-linux-uclibc-strip
export PATH AR CC CXX RANLIB STRIP
./build/make-minkit "$@" --host=mipsel-linux-uclibc