Skip to content

Commit

Permalink
mbedtls: fix typo error (coolsnowwolf#6507)
Browse files Browse the repository at this point in the history
Fixes: coolsnowwolf#6505

Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 authored Mar 10, 2021
1 parent bd7cdbf commit 80a7e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/libs/mbedtls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ PKG_INSTALL:=1

TARGET_CFLAGS += -ffunction-sections -fdata-sections
TARGET_CFLAGS := $(filter-out -O%,$(TARGET_CFLAGS))
ifneq ($(CONFIG_LIBMBEDTILS_HAVE_ARMV8CE_AES),)
ifneq ($(CONFIG_LIBMBEDTLS_HAVE_ARMV8CE_AES),)
TARGET_CFLAGS := $(filter-out -march=%,$(TARGET_CFLAGS)) -march=armv8-a+crypto
endif

Expand Down

0 comments on commit 80a7e79

Please sign in to comment.