Lines Matching full:no

60 		no-tests \
61 no-fuzz-libfuzzer \
62 no-fuzz-afl \
78 $(if $(BR2_TOOLCHAIN_HAS_THREADS),threads,no-threads) \
79 $(if $(BR2_STATIC_LIBS),no-shared,shared) \
81 no-rc5 \
84 no-tests \
85 no-fuzz-libfuzzer \
86 no-fuzz-afl \
87 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_CHACHA),,no-chacha) \
88 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_RC5),,no-rc5) \
89 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_RC2),,no-rc2) \
90 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4),,no-rc4) \
91 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_MD2),,no-md2) \
92 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4),,no-md4) \
93 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_MDC2),,no-mdc2) \
94 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_BLAKE2),,no-blake2) \
95 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_IDEA),,no-idea) \
96 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_SEED),,no-seed) \
97 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_DES),,no-des) \
98 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160),,no-rmd160) \
99 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_WHIRLPOOL),,no-whirlpool) \
100 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH),,no-bf) \
101 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_SSL),,no-ssl) \
102 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_SSL2),,no-ssl2) \
103 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_SSL3),,no-ssl3) \
104 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_WEAK_SSL),,no-weak-ssl-ciphers) \
105 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_PSK),,no-psk) \
106 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_CAST),,no-cast) \
107 …$(if $(BR2_PACKAGE_LIBOPENSSL_UNSECURE),,no-unit-test no-crypto-mdebug-backtrace no-crypto-mdebug
108 $(if $(BR2_PACKAGE_LIBOPENSSL_DYNAMIC_ENGINE),,no-dynamic-engine ) \
109 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_COMP),,no-comp) \
111 $(if $(BR2_STATIC_LIBS),no-dso) \
118 # libdl is not available in a static build, and this is not implied by no-dso
148 # libdl has no business in a static build