scripts/randomtest: do not try building static libbysubox
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 31 Dec 2017 19:31:05 +0000 (20:31 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 31 Dec 2017 19:31:05 +0000 (20:31 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/randomtest

index 1809838a4f921d632a584d92e024236b8d525e13..6359783380091fe17d485bf7a2f4774534cc987f 100755 (executable)
@@ -52,6 +52,7 @@ echo '# CONFIG_RFKILL is not set' >>.config
 if test x"$LIBC" = x"glibc"; then
        cat .config \
        | grep -v CONFIG_STATIC \
+       | grep -v CONFIG_FEATURE_LIBBUSYBOX_STATIC \
        \
        | grep -v CONFIG_FEATURE_2_4_MODULES \
        | grep -v CONFIG_FEATURE_USE_BSS_TAIL \
@@ -59,6 +60,7 @@ if test x"$LIBC" = x"glibc"; then
        >.config.new
        mv .config.new .config
        echo '# CONFIG_STATIC is not set' >>.config
+       echo '# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set' >>.config
        # newer glibc (at least 2.23) no longer supply query_module() ABI.
        # People who target 2.4 kernels would likely use older glibc (and older bbox).
        echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config