diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-22 23:49:10 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-22 23:49:10 +0100 |
commit | 26777aa1c659b229f07205291241e45e64712a72 (patch) | |
tree | 9f145eef2fe8ffb957ab89ee2f6d0ea9dc7dbd2e /scripts | |
parent | 29ca1591335b2a73522c2c3ef43daff63c71e8dc (diff) | |
download | busybox-w32-26777aa1c659b229f07205291241e45e64712a72.tar.gz busybox-w32-26777aa1c659b229f07205291241e45e64712a72.tar.bz2 busybox-w32-26777aa1c659b229f07205291241e45e64712a72.zip |
fixes for bugs discovered by randomconfig builds and tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/randomtest.loop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/randomtest.loop b/scripts/randomtest.loop index 311536df8..2c8a9bd35 100755 --- a/scripts/randomtest.loop +++ b/scripts/randomtest.loop | |||
@@ -4,7 +4,7 @@ test -d "$1" || { echo "'$1' is not a directory"; exit 1; } | |||
4 | test -x "$1/scripts/randomtest" || { echo "No scripts/randomtest in '$1'"; exit 1; } | 4 | test -x "$1/scripts/randomtest" || { echo "No scripts/randomtest in '$1'"; exit 1; } |
5 | 5 | ||
6 | export LIBC="uclibc" | 6 | export LIBC="uclibc" |
7 | export CROSS_COMPILER_PREFIX="i486-linux-uclibc-" | 7 | export CROSS_COMPILER_PREFIX="i686-" |
8 | export MAKEOPTS="-j9" | 8 | export MAKEOPTS="-j9" |
9 | 9 | ||
10 | cnt=0 | 10 | cnt=0 |