summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2020-09-16 18:51:26 (GMT)
committerKeith Packard <keithp@keithp.com>2020-09-16 18:52:58 (GMT)
commitc1c475d0a0c930d236413e3c1e304ca4fd6ab4a3 (patch)
tree43239a4ed7cfbf842ec166f4ce88df098caa7e0f /scripts/functions
parente6e39ea63bb6f8b129e0c028493d0469ba19c9e2 (diff)
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>
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index 2227de7..215f3c8 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -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=