Skip to content

Commit ecf6d05

Browse files
committed
[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)
1 parent bf5d4dd commit ecf6d05

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
@@ -315,7 +315,7 @@ manifest:
315315
- debug
316316
- name: picolibc
317317
path: modules/lib/picolibc
318-
revision: 06bde1fd7531b1f788f6e42b6f7b358c0fe4f814
318+
revision: 27746bbc246841852912fc3bb5b45094cd8a505a
319319
- name: segger
320320
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
321321
path: modules/debug/segger

0 commit comments

Comments
 (0)