diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-17 09:25:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-17 09:26:32 +0200 |
commit | 17a659ac3391e382fc7a2a9b9a0439d9b035bdb6 (patch) | |
tree | 3cdeb45fae72edd5925939902c1f7fe3965e6f7b /profiles/embedded | |
parent | profiles: Add elibc_bionic to valid ELIBC values, #584290 (diff) | |
download | gentoo-17a659ac3391e382fc7a2a9b9a0439d9b035bdb6.tar.gz gentoo-17a659ac3391e382fc7a2a9b9a0439d9b035bdb6.tar.bz2 gentoo-17a659ac3391e382fc7a2a9b9a0439d9b035bdb6.zip |
profiles: Add elibc_mingw to valid ELIBC values, #584292
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 dc45360c33fe..f04b9c3b7c7e 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 bionic 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 mingw 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" |