Skip to content

Commit

Permalink
manifest: update picolibc to support the new c_library property
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tejlmand authored and fabiobaltieri committed Oct 4, 2024
1 parent 9d835fe commit b2eeef4
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 @@ -315,7 +315,7 @@ manifest:
- debug
- name: picolibc
path: modules/lib/picolibc
revision: e15656f7682500fc8953e1a2008f7b1ae4f65ce8
revision: 27746bbc246841852912fc3bb5b45094cd8a505a
- name: segger
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
path: modules/debug/segger
Expand Down

0 comments on commit b2eeef4

Please sign in to comment.