diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-09-20 21:17:28 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2020-09-20 21:17:28 +1200 |
commit | ea386017b60b38b17b13044544eeb268c1c3ee28 (patch) | |
tree | 4515d4ef7bb8ce41acbcb2ba971230f53e7825cd /scripts/functions | |
parent | 89ec0e109e0dc2ef43abd215768977179aa8661a (diff) | |
parent | e802686d86bac3899347602c180e3dbe5e90ced8 (diff) | |
download | crosstool-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/functions | 2 |
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= |