We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c51cd commit 7e1a0d6Copy full SHA for 7e1a0d6
Makefile
@@ -410,7 +410,7 @@ $$(OPENSSL_SRCDIR-$(target))/libssl.a: $$(OPENSSL_SRCDIR-$(target))/is_configure
410
CC="$$(CC-$(target)) $$(CFLAGS-$(target))" \
411
CROSS_TOP="$$(dir $$(SDK_ROOT-$(target))).." \
412
CROSS_SDK="$$(notdir $$(SDK_ROOT-$(target)))" \
413
- make all \
+ make build_sw \
414
2>&1 | tee -a ../openssl-$(OPENSSL_VERSION).build.log
415
416
$$(OPENSSL_SSL_LIB-$(target)): $$(OPENSSL_SRCDIR-$(target))/libssl.a
0 commit comments