aboutsummaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-09-20 21:17:28 +1200
committerChris Packham <judge.packham@gmail.com>2020-09-20 21:17:28 +1200
commitea386017b60b38b17b13044544eeb268c1c3ee28 (patch)
tree4515d4ef7bb8ce41acbcb2ba971230f53e7825cd /scripts/functions
parent89ec0e109e0dc2ef43abd215768977179aa8661a (diff)
parente802686d86bac3899347602c180e3dbe5e90ced8 (diff)
downloadcrosstool-ng-ea386017b60b38b17b13044544eeb268c1c3ee28.tar.gz
crosstool-ng-ea386017b60b38b17b13044544eeb268c1c3ee28.tar.bz2
crosstool-ng-ea386017b60b38b17b13044544eeb268c1c3ee28.zip
Merge branch 'picolibc-multiarch' of git://github.com/keith-packard/crosstool-ng into master
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 4b3aab96..4ea3c5a8 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=