1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/hacl: make compilable with GCC 11

This commit is contained in:
Martine Lenders 2021-10-25 12:34:19 +02:00
parent d14f559622
commit 5b88efa419
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -7,7 +7,7 @@ PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -DKRML_NOUINT128 -Wno-unused-parameter
CFLAGS += -DKRML_NOUINT128 -Wno-unused-parameter -Wno-array-parameter
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base