Skip to content

Commit

Permalink
[nrf fromtree] manifest: update picolibc to support the new c_library…
Browse files Browse the repository at this point in the history
… property

This commit updates picolibc module to remove the need for hard-coding
linking with `-lgcc`.

Instead it sets the c_library linker property and thereby allows the
Zephyr toolchain infrastructure to properly handle the linking of
C and runtime libraries.

Signed-off-by: Torsten Rasmussen <[email protected]>
(cherry picked from commit b2eeef4)
  • Loading branch information
tejlmand committed Dec 4, 2024
1 parent d862899 commit a93b567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ manifest:
- debug
- name: picolibc
path: modules/lib/picolibc
revision: 06bde1fd7531b1f788f6e42b6f7b358c0fe4f814
revision: 27746bbc246841852912fc3bb5b45094cd8a505a
- name: segger
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
path: modules/debug/segger
Expand Down

0 comments on commit a93b567

Please sign in to comment.