Overview
| Comment: | Corrected internal ARM build script | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 
4f51004d2204d5da4c3d062d0a60a39a | 
| User & Date: | rkeene on 2010-09-26 04:44:32 | 
| Other Links: | manifest | tags | 
Context
| 
   2010-09-26 
 | ||
| 04:44 | Updated documentation check-in: 1356451e53 user: rkeene tags: trunk | |
| 04:44 | Corrected internal ARM build script check-in: 4f51004d22 user: rkeene tags: trunk | |
| 04:44 | KitCreator 0.3.3.x check-in: 577aa35ee0 user: rkeene tags: trunk, 0.3.3 | |
Changes
Modified build/make-kit-arm from [edbe5e6463] to [cc63b53cf9].
1 2 3 4 5 6 7  | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  | - - +  | 
#! /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
 | 
| ︙ |