Overview
Comment: | Renamed Linux/mipsel build script for consistency |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | a1316c25a9f0f0c58726e323539f1ff7219708bc |
User & Date: | rkeene on 2012-05-13 01:56:40 |
Other Links: | manifest | tags |
Context
2012-05-13
| ||
18:50 | Updated to latest config.guess/config.sub from autoconf check-in: 11f339bd59 user: rkeene tags: trunk | |
01:56 | Renamed Linux/mipsel build script for consistency check-in: a1316c25a9 user: rkeene tags: trunk | |
2012-05-10
| ||
17:54 |
Updated to normalize CPU names
Added linux-i386 build target check-in: 33550a1dff user: rkeene tags: trunk | |
Changes
Name change from build/make-kit-mipsel to build/make-kit-linux-mipsel.
Modified build/test/test from [4e871ce746] to [45ea83463c].
106 106 ;; 107 107 win32|win32-*) 108 108 kitcreator="./build/make-kit-win32" 109 109 xcompile="1" 110 110 kitruncmd="wine" 111 111 ;; 112 112 linux-mipsel-min|linux-mipsel-min-kitdll) 113 - kitcreator="./build/make-kit-mipsel" 113 + kitcreator="./build/make-kit-linux-mipsel" 114 114 runnable="0" 115 115 xcompile="1" 116 116 notk="1" 117 117 iszip="1" 118 118 ;; 119 119 android-arm|android-arm-*|\ 120 120 linux-i386|linux-i386-*|\