diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-12-31 20:31:05 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-12-31 20:31:05 +0100 |
commit | 9c9a742e80f0d288a1e1a91ea913a3d33f2dac35 (patch) | |
tree | 6e35500906704f38ba865ba39e1aeba448b66373 | |
parent | b013bec31bbfdfb264f3fd30990d956ebf73379c (diff) | |
download | busybox-w32-9c9a742e80f0d288a1e1a91ea913a3d33f2dac35.tar.gz busybox-w32-9c9a742e80f0d288a1e1a91ea913a3d33f2dac35.tar.bz2 busybox-w32-9c9a742e80f0d288a1e1a91ea913a3d33f2dac35.zip |
scripts/randomtest: do not try building static libbysubox
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | scripts/randomtest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/randomtest b/scripts/randomtest index 1809838a4..635978338 100755 --- a/scripts/randomtest +++ b/scripts/randomtest | |||
@@ -52,6 +52,7 @@ echo '# CONFIG_RFKILL is not set' >>.config | |||
52 | if test x"$LIBC" = x"glibc"; then | 52 | if test x"$LIBC" = x"glibc"; then |
53 | cat .config \ | 53 | cat .config \ |
54 | | grep -v CONFIG_STATIC \ | 54 | | grep -v CONFIG_STATIC \ |
55 | | grep -v CONFIG_FEATURE_LIBBUSYBOX_STATIC \ | ||
55 | \ | 56 | \ |
56 | | grep -v CONFIG_FEATURE_2_4_MODULES \ | 57 | | grep -v CONFIG_FEATURE_2_4_MODULES \ |
57 | | grep -v CONFIG_FEATURE_USE_BSS_TAIL \ | 58 | | grep -v CONFIG_FEATURE_USE_BSS_TAIL \ |
@@ -59,6 +60,7 @@ if test x"$LIBC" = x"glibc"; then | |||
59 | >.config.new | 60 | >.config.new |
60 | mv .config.new .config | 61 | mv .config.new .config |
61 | echo '# CONFIG_STATIC is not set' >>.config | 62 | echo '# CONFIG_STATIC is not set' >>.config |
63 | echo '# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set' >>.config | ||
62 | # newer glibc (at least 2.23) no longer supply query_module() ABI. | 64 | # newer glibc (at least 2.23) no longer supply query_module() ABI. |
63 | # People who target 2.4 kernels would likely use older glibc (and older bbox). | 65 | # People who target 2.4 kernels would likely use older glibc (and older bbox). |
64 | echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config | 66 | echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config |