commit: 403efe0e7675935d58b87152dce1cf7a5588ca82 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Mon Oct 12 20:59:37 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Oct 13 00:14:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403efe0e
profiles: add ELIBC=bionic settings profiles/base/use.mask | 1 + profiles/desc/elibc.desc | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index ea8bc84..4abfbed 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -195,6 +195,7 @@ psyco userland_BSD elibc_AIX +elibc_bionic elibc_Cygwin elibc_Darwin elibc_DragonFly diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc index 6b8fbda..70929ed 100644 --- a/profiles/desc/elibc.desc +++ b/profiles/desc/elibc.desc @@ -7,6 +7,7 @@ # Keep it sorted. AIX - ELIBC setting for systems that use the AIX C library +bionic - ELIBC setting for systems that use Android's Bionic C library Cygwin - ELIBC setting for systems that use Cygwin Darwin - ELIBC setting for systems that use the Darwin C library DragonFly - ELIBC setting for systems that use the DragonFly C library
