diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-31 01:48:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-31 01:48:33 +0000 |
commit | fe27548d9e6920ed5b268f4a2fc3c369075c923a (patch) | |
tree | 671b50dce334633123f53a2ffb33464ed8b45a8f /profiles | |
parent | Version bump, add uuid use flag. (diff) | |
download | gentoo-2-fe27548d9e6920ed5b268f4a2fc3c369075c923a.tar.gz gentoo-2-fe27548d9e6920ed5b268f4a2fc3c369075c923a.tar.bz2 gentoo-2-fe27548d9e6920ed5b268f4a2fc3c369075c923a.zip |
add mingw as a valid C library #340989 by Dennis Schridde
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/elibc.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc index 19b34499001f..8866b1c75089 100644 --- a/profiles/desc/elibc.desc +++ b/profiles/desc/elibc.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.7 2014/04/29 13:19:29 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.8 2014/10/31 01:48:33 vapier Exp $ # This file contains descriptions of ELIBC USE_EXPAND flags. @@ -14,6 +14,7 @@ FreeBSD - ELIBC setting for systems that use the FreeBSD C library glibc - ELIBC setting for systems that use the GNU C library HPUX - ELIBC setting for systems that use the HP-UX C library Interix - ELIBC setting for systems that use the Interix C library +mingw - ELIBC setting for systems that use the Minimalist GNU for Windows library mintlib - ELIBC setting for systems that use the FreeMiNT C library musl - ELIBC setting for systems that use the musl C library NetBSD - ELIBC setting for systems that use the NetBSD C library |