diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-12 16:59:37 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-12 20:14:25 -0400 |
commit | 403efe0e7675935d58b87152dce1cf7a5588ca82 (patch) | |
tree | f89b95ff3b5f1ed61c5d2e84ebc31e53187b417f /profiles | |
parent | dev-libs/libiconv: change USE=static-libs default and clean up .la files (diff) | |
download | gentoo-403efe0e7675935d58b87152dce1cf7a5588ca82.tar.gz gentoo-403efe0e7675935d58b87152dce1cf7a5588ca82.tar.bz2 gentoo-403efe0e7675935d58b87152dce1cf7a5588ca82.zip |
profiles: add ELIBC=bionic settings
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/use.mask | 1 | ||||
-rw-r--r-- | profiles/desc/elibc.desc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index ea8bc84ebcb9..4abfbedd0d3f 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 6b8fbda75912..70929ed3e18a 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 |