Differences From Artifact [bbdd56ab6f]:
- Executable file build/test/test — part of check-in [0f7ae7bf19] at 2010-09-26 04:47:34 on branch trunk — Updated to include OS and CPU in Kit build info (user: rkeene, size: 7380) [annotate] [blame] [check-ins using]
To Artifact [cf8d3f1fd9]:
- Executable file build/test/test — part of check-in [2fb02e4e85] at 2010-09-26 04:47:55 on branch trunk — Updated to mark kits which have been cross-compiled in yellow (user: rkeene, size: 7444) [annotate] [blame] [check-ins using]
︙ | |||
79 80 81 82 83 84 85 86 87 88 89 90 91 92 | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | + + + + | linux-arm-min) kitcreator="./build/make-kit-arm" runnable="0" notk="1" iszip="1" ;; esac if [ "${runnable}" != "1" ]; then kit="${kit}-xcompile" fi # Handle additional configuration tempkit="-${kit}-" for try in 1 2 3 4 5 6 7 8 9; do case "-${tempkit}-" in *-threaded-*) tempkit="$(echo "${tempkit}" | sed 's@-threaded-@-@')" |
︙ |