Skip to content

Commit a113373

Browse files
tejlmandjukkar
authored andcommitted
[nrf fromtree] manifest: update picolibc to support the new c_library 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) (cherry picked from commit e5f3261)
1 parent 3a488ab commit a113373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ manifest:
318318
- debug
319319
- name: picolibc
320320
path: modules/lib/picolibc
321-
revision: e15656f7682500fc8953e1a2008f7b1ae4f65ce8
321+
revision: 27746bbc246841852912fc3bb5b45094cd8a505a
322322
- name: segger
323323
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
324324
path: modules/debug/segger

0 commit comments

Comments
 (0)