diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-15 21:12:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 21:12:36 -0700 |
commit | 1dbb06f2d375d58f12e79399b64b3111fc4d35fc (patch) | |
tree | b2b8807fd6c7d0d700b3efd724fb308182001cb1 /scripts/functions | |
parent | ef762bfe8e1ec9063d645b1745dc8843997b7767 (diff) | |
parent | 97a20eed5c3cf3a2f7bb261705405b8b16c56b36 (diff) | |
download | crosstool-ng-1dbb06f2d375d58f12e79399b64b3111fc4d35fc.tar.gz crosstool-ng-1dbb06f2d375d58f12e79399b64b3111fc4d35fc.tar.bz2 crosstool-ng-1dbb06f2d375d58f12e79399b64b3111fc4d35fc.zip |
Merge pull request #717 from stilor/merge-bionic
Merge bionic
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 1 |
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 |