mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/gnrc_minimal: move TOOLCHAIN dep to Makefile.gnu.dep
This commit is contained in:
parent
7f06865098
commit
92afc0441a
@ -26,12 +26,6 @@ USEMODULE += gnrc_icmpv6_echo
|
||||
# Use minimal standard PRNG
|
||||
USEMODULE += prng_minstd
|
||||
|
||||
# llvm compatibility requires yet to be released picolibc 1.4.7
|
||||
ifneq (llvm, $(TOOLCHAIN))
|
||||
# Use picolibc when available
|
||||
FEATURES_OPTIONAL += picolibc
|
||||
endif
|
||||
|
||||
CFLAGS += -DLOG_LEVEL=LOG_NONE # disable log output
|
||||
CFLAGS += -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
|
||||
-DGNRC_NETIF_IPV6_GROUPS_NUMOF=2 -DCONFIG_GNRC_IPV6_NIB_NUMOF=1 \
|
||||
|
3
examples/gnrc_minimal/Makefile.gnu.dep
Normal file
3
examples/gnrc_minimal/Makefile.gnu.dep
Normal file
@ -0,0 +1,3 @@
|
||||
# llvm compatibility requires yet to be released picolibc 1.4.7
|
||||
# Use picolibc when available
|
||||
FEATURES_OPTIONAL += picolibc
|
Loading…
Reference in New Issue
Block a user