Skip to content

Commit

Permalink
fixup! wolfssl: enable CPU crypto instructions
Browse files Browse the repository at this point in the history
Ensure that a change in crypto support rebuild the package

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
  • Loading branch information
cotequeiroz authored and robimarko committed Apr 22, 2022
1 parent 70c40a3 commit 9d6aeb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libs/wolfssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ WOLFSSL_AARCH64_NO_CRYPTO = \
ifneq ($(CONFIG_aarch64),$(strip $(WOLFSSL_AARCH64_NO_CRYPTO)))
CONFIGURE_ARGS += --enable-armasm
TARGET_CFLAGS:=$(TARGET_CFLAGS:-mcpu%=-mcpu%+crypto)
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_armasm
else ifeq ($(CONFIG_TARGET_x86_64),y)
CONFIGURE_ARGS += --enable-intelasm
endif
Expand Down

0 comments on commit 9d6aeb8

Please sign in to comment.