mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-19 07:48:09 +00:00
Map picolibc to suitable CT_TARGET_SYS values
picolibc is another bare-metal C library, and so should be mapped to CT_TARGET_SYS just like newlib does. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@ -1135,7 +1135,7 @@ CT_DoBuildTargetTuple()
|
||||
uClibc) CT_TARGET_SYS=uclibc;;
|
||||
musl) CT_TARGET_SYS=musl;;
|
||||
bionic) CT_TARGET_SYS=android;;
|
||||
none|newlib) CT_TARGET_SYS=elf;;
|
||||
none|newlib|picolibc) CT_TARGET_SYS=elf;;
|
||||
*)
|
||||
# Keep empty for the libraries like mingw or avr-libc
|
||||
CT_TARGET_SYS=
|
||||
|
Reference in New Issue
Block a user