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:
parent
d14f559622
commit
5b88efa419
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user