summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-17 09:25:47 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-17 09:26:32 +0200
commit17a659ac3391e382fc7a2a9b9a0439d9b035bdb6 (patch)
tree3cdeb45fae72edd5925939902c1f7fe3965e6f7b /profiles/base/make.defaults
parentprofiles: Add elibc_bionic to valid ELIBC values, #584290 (diff)
downloadgentoo-17a659ac3391e382fc7a2a9b9a0439d9b035bdb6.tar.gz
gentoo-17a659ac3391e382fc7a2a9b9a0439d9b035bdb6.tar.bz2
gentoo-17a659ac3391e382fc7a2a9b9a0439d9b035bdb6.zip
profiles: Add elibc_mingw to valid ELIBC values, #584292
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 6e10e147ec50..c397b8a993cd 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -10,7 +10,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"