aboutsummaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorhyc <hyc@symas.com>2017-04-26 01:25:33 +0100
committerAlexey Neyman <stilor@att.net>2017-05-14 15:23:34 -0700
commit8762c7698cc380d33042fa9e0b8ee9704a842281 (patch)
tree9523e367b74193f45419019759d17301d69fc2a9 /scripts/functions
parentef762bfe8e1ec9063d645b1745dc8843997b7767 (diff)
downloadcrosstool-ng-8762c7698cc380d33042fa9e0b8ee9704a842281.tar.gz
crosstool-ng-8762c7698cc380d33042fa9e0b8ee9704a842281.tar.bz2
crosstool-ng-8762c7698cc380d33042fa9e0b8ee9704a842281.zip
Preliminary bionic/Android support
Mostly from Crystax NDK
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index 39ec2b47..c1b99ce1 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -1368,6 +1368,7 @@ CT_DoBuildTargetTuple() {
*glibc) CT_TARGET_SYS=gnu;;
uClibc) CT_TARGET_SYS=uclibc;;
musl) CT_TARGET_SYS=musl;;
+ bionic) CT_TARGET_SYS=android;;
avr-libc)
# avr-libc only seems to work with the non-canonical "avr" target.
CT_TARGET_SKIP_CONFIG_SUB=y