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: |
a1316c25a9f0f0c58726e323539f1ff7 |
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 107 108 109 110 111 112 | ;; win32|win32-*) kitcreator="./build/make-kit-win32" xcompile="1" kitruncmd="wine" ;; linux-mipsel-min|linux-mipsel-min-kitdll) | | | 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | ;; win32|win32-*) kitcreator="./build/make-kit-win32" xcompile="1" kitruncmd="wine" ;; linux-mipsel-min|linux-mipsel-min-kitdll) kitcreator="./build/make-kit-linux-mipsel" runnable="0" xcompile="1" notk="1" iszip="1" ;; android-arm|android-arm-*|\ linux-i386|linux-i386-*|\ |
︙ | ︙ |