1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

cpu/fe310: set newlib as default libc

This commit is contained in:
Alexandre Abadie 2021-02-11 21:49:43 +01:00
parent efb2adf27a
commit 4dc7f33b2b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,5 +1,5 @@
FEATURES_REQUIRED_ANY += picolibc|newlib
FEATURES_REQUIRED_ANY += newlib|picolibc
ifneq (,$(filter newlib,$(USEMODULE)))
USEMODULE += newlib_nano
USEMODULE += newlib_syscalls_default