Skip to content

Commit

Permalink
make: config: more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Mar 29, 2024
1 parent d68bc07 commit 549d516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Configuration.mk
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ override CPPFLAGS_PIC += \
-fPIC

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

Expand Down

0 comments on commit 549d516

Please sign in to comment.