[gentoo-commits] gentoo-x86 commit in profiles/desc: elibc.desc

2014-10-30 Thread Mike Frysinger (vapier)
vapier  14/10/31 01:48:33

  Modified: elibc.desc
  Log:
  add mingw as a valid C library #340989 by Dennis Schridde

Revision  ChangesPath
1.8  profiles/desc/elibc.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?r1=1.7&r2=1.8

Index: elibc.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- elibc.desc  29 Apr 2014 13:19:29 -  1.7
+++ elibc.desc  31 Oct 2014 01:48:33 -  1.8
@@ -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 @@
 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






[gentoo-commits] gentoo-x86 commit in profiles/desc: elibc.desc

2014-04-29 Thread Anthony G. Basile (blueness)
blueness14/04/29 13:19:29

  Modified: elibc.desc
  Log:
  Properly sync various ELIBCs between base/make.defaults and desc/elibc.desc

Revision  ChangesPath
1.7  profiles/desc/elibc.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?r1=1.6&r2=1.7

Index: elibc.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- elibc.desc  16 Jun 2013 00:04:10 -  1.6
+++ elibc.desc  29 Apr 2014 13:19:29 -  1.7
@@ -1,12 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.6 2013/06/16 
00:04:10 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.7 2014/04/29 
13:19:29 blueness Exp $
 
 # This file contains descriptions of ELIBC USE_EXPAND flags.
 
 # Keep it sorted.
 
 AIX - ELIBC setting for systems that use the AIX 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
 FreeBSD - ELIBC setting for systems that use the FreeBSD C library
@@ -19,3 +20,4 @@
 OpenBSD - ELIBC setting for systems that use the OpenBSD C library
 SunOS - ELIBC setting for systems that use the Sun Solaris C library
 uclibc - ELIBC setting for systems that use the uClibc C library
+Winnt - ELIBC setting for systems that use Winnt