Skip to content

Commit b2eeef4

Browse files
tejlmandfabiobaltieri
authored andcommitted
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]>
1 parent 9d835fe commit b2eeef4

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: e15656f7682500fc8953e1a2008f7b1ae4f65ce8
318+
revision: 27746bbc246841852912fc3bb5b45094cd8a505a
319319
- name: segger
320320
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
321321
path: modules/debug/segger

0 commit comments

Comments
 (0)