Skip to content

Commit eb82f24

Browse files
committed
make: config: more comment
1 parent e6e2d13 commit eb82f24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Configuration.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ override CPPFLAGS_PIC += \
193193
-fPIC
194194

195195
ifneq ($(PICOLIB),)
196-
# Use picolib
196+
# Use picolib for libc. We need to include the `picolib-tock` library which
197+
# maps Tock's system-level functions to the names that picolib expects.
197198
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/picolib-tock
198199
endif
199200

0 commit comments

Comments
 (0)