diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-17 09:23:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-17 09:26:32 +0200 |
commit | 665cf31f7df0f468d0f3a2dd13b4e8c1ae3fffb9 (patch) | |
tree | ea099367acae02c869b1a9c8d19d4fcff42a2dc4 /profiles/embedded | |
parent | profiles/embedded: Sync make.defaults USE stuff to base, #585650 (diff) | |
download | gentoo-665cf31f7df0f468d0f3a2dd13b4e8c1ae3fffb9.tar.gz gentoo-665cf31f7df0f468d0f3a2dd13b4e8c1ae3fffb9.tar.bz2 gentoo-665cf31f7df0f468d0f3a2dd13b4e8c1ae3fffb9.zip |
profiles: Add elibc_bionic to valid ELIBC values, #584290
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index ac468ffe18b5..dc45360c33fe 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -21,7 +21,7 @@ IUSE_IMPLICIT="prefix prefix-guest" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd riscv s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt" -USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" +USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt" USE_EXPAND_VALUES_USERLAND="BSD GNU" |