Overview
Comment: | Corrected runnable flag for kits being tested with QEMU |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 344f8a902cd02f47c4c6c8a729d740edde314d42 |
User & Date: | rkeene on 2011-11-19 05:26:56 |
Other Links: | manifest | tags |
Context
2011-11-19
| ||
22:51 | Reverted to [f2f5daaf90] check-in: 1de4d8358a user: rkeene tags: trunk | |
05:26 | Corrected runnable flag for kits being tested with QEMU check-in: 344f8a902c user: rkeene tags: trunk | |
03:51 | Added support for running Linux/x86_64 and Linux/mipsel tests using QEMU (untested) check-in: 0e5e4f1f32 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [d2ecf7bf56] to [0cc0d5a268].
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 113 kitcreator="./build/make-kit-mipsel" 114 - runnable="0" 115 114 xcompile="1" 116 115 notk="1" 117 116 iszip="1" 118 117 kitruncmd="qemu-mipsel -L /home/rkeene/root/cross-compilers/mipsel-unknown-linux-uclibc/mipsel-unknown-linux-uclibc/sysroot/" 119 118 ;; 120 119 linux-amd64|linux-amd64-*|\ 121 120 solaris-i386|solaris-i386-*|\ ................................................................................ 134 133 135 134 if echo "${kit}" | egrep -- '-(hppa64|amd64|sparc64)-' >/dev/null; then 136 135 args="${args} --enable-64bit" 137 136 fi 138 137 139 138 if echo "-${kit}-" | grep -- '-linux-amd64-' >/dev/null; then 140 139 kitruncmd="qemu-x86_64 -L /home/rkeene/root/cross-compilers/x86_64-slackware-linux/x86_64-slackware-linux" 140 + runnable="1" 141 141 fi 142 142 ;; 143 143 esac 144 144 145 145 if [ "${xcompile}" != "0" ]; then 146 146 kit="${kit}-xcompile" 147 147 fi