Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: elibc.desc
Date: Fri, 31 Oct 2014 01:48:37
Message-Id: 20141031014833.D6DAC91C0@oystercatcher.gentoo.org
1 vapier 14/10/31 01:48:33
2
3 Modified: elibc.desc
4 Log:
5 add mingw as a valid C library #340989 by Dennis Schridde
6
7 Revision Changes Path
8 1.8 profiles/desc/elibc.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/elibc.desc?r1=1.7&r2=1.8
13
14 Index: elibc.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- elibc.desc 29 Apr 2014 13:19:29 -0000 1.7
21 +++ elibc.desc 31 Oct 2014 01:48:33 -0000 1.8
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2014 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.7 2014/04/29 13:19:29 blueness Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.8 2014/10/31 01:48:33 vapier Exp $
27
28 # This file contains descriptions of ELIBC USE_EXPAND flags.
29
30 @@ -14,6 +14,7 @@
31 glibc - ELIBC setting for systems that use the GNU C library
32 HPUX - ELIBC setting for systems that use the HP-UX C library
33 Interix - ELIBC setting for systems that use the Interix C library
34 +mingw - ELIBC setting for systems that use the Minimalist GNU for Windows library
35 mintlib - ELIBC setting for systems that use the FreeMiNT C library
36 musl - ELIBC setting for systems that use the musl C library
37 NetBSD - ELIBC setting for systems that use the NetBSD C library