summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorhyc <hyc@symas.com>2017-04-26 00:25:33 (GMT)
committerAlexey Neyman <stilor@att.net>2017-05-14 22:23:34 (GMT)
commit8762c7698cc380d33042fa9e0b8ee9704a842281 (patch)
tree9523e367b74193f45419019759d17301d69fc2a9 /scripts/functions
parentef762bfe8e1ec9063d645b1745dc8843997b7767 (diff)
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 39ec2b4..c1b99ce 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