Skip to content

Commit 168c233

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 <Torsten.Rasmussen@nordicsemi.no> (cherry picked from commit b2eeef4)
1 parent 2c6a58e commit 168c233

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: 06bde1fd7531b1f788f6e42b6f7b358c0fe4f814
321+
revision: 27746bbc246841852912fc3bb5b45094cd8a505a
322322
- name: segger
323323
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
324324
path: modules/debug/segger

0 commit comments

Comments
 (0)