From 8762c7698cc380d33042fa9e0b8ee9704a842281 Mon Sep 17 00:00:00 2001 From: hyc Date: Wed, 26 Apr 2017 01:25:33 +0100 Subject: Preliminary bionic/Android support Mostly from Crystax NDK --- scripts/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/functions') 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 -- cgit v1.2.3