diff options
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 |