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

makefiles/libc/picolibc.mk: Fix typo

This commit is contained in:
Marian Buschsieweke 2022-05-30 12:38:19 +02:00
parent bf2d4808c4
commit e796a7394e
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -14,7 +14,7 @@ endif
.PHONY: _missing-picolibc
_missing-picolibc:
@$(Q)echo "picolibc was selected to be build but no picolibc.spec could be found"
@$(Q)echo "picolibc was selected to be build but no picolibc.specs could be found"
@$(Q)echo "you might want to install "picolibc" for "$(TARGET_ARCH)""
@$(Q)echo "or add "FEATURES_BLACKLIST += picolibc" to Makefile)"
@$(COLOR_ECHO) "$(COLOR_RED)check your installation or build configuration.$(COLOR_RESET)"