summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-16 04:12:36 (GMT)
committerGitHub <noreply@github.com>2017-05-16 04:12:36 (GMT)
commit1dbb06f2d375d58f12e79399b64b3111fc4d35fc (patch)
treeb2b8807fd6c7d0d700b3efd724fb308182001cb1 /scripts/functions
parentef762bfe8e1ec9063d645b1745dc8843997b7767 (diff)
parent97a20eed5c3cf3a2f7bb261705405b8b16c56b36 (diff)
Merge pull request #717 from stilor/merge-bionic
Merge bionic
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