Differences From Artifact [4e871ce746]:
- Executable file
build/test/test
— part of check-in
[33550a1dff]
at
2012-05-10 17:54:10
on branch trunk
— Updated to normalize CPU names
Added linux-i386 build target (user: rkeene, size: 15023) [annotate] [blame] [check-ins using]
To Artifact [45ea83463c]:
- Executable file build/test/test — part of check-in [a1316c25a9] at 2012-05-13 01:56:40 on branch trunk — Renamed Linux/mipsel build script for consistency (user: rkeene, size: 15029) [annotate] [blame] [check-ins using]
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-mipsel" runnable="0" xcompile="1" notk="1" iszip="1" ;; android-arm|android-arm-*|\ linux-i386|linux-i386-*|\ |
| |
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-*|\
|