Overview
Comment: | Updated ARM and Static internal build scripts to use Minimal build script
Added internal test script |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b9a63425fbd1ea6816ce3c4df8a7e446 |
User & Date: | rkeene on 2010-09-26 04:46:05 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:46 | Added internal testing script check-in: b180e9a80f user: rkeene tags: trunk | |
04:46 |
Updated ARM and Static internal build scripts to use Minimal build script
Added internal test script check-in: b9a63425fb user: rkeene tags: trunk | |
04:46 | Updated to disable threads (crashes with Diet Libc) in internal build script check-in: bf92561b68 user: rkeene tags: trunk | |
Changes
Modified build/make-kit-arm from [cc63b53cf9] to [78d28dde77].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | - - - - - - - + | #! /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 |
Modified build/make-minkit-static from [19c1f7c112] to [05272e8f15].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - - - - - - - + | #! /bin/sh # Set C compiler to diet libc CC='diet gcc' export CC |
Added build/test/test version [cc021be514].