Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: src_configure.eblit
Date: Mon, 09 Feb 2015 15:39:53
Message-Id: 20150209153948.C881A11662@oystercatcher.gentoo.org
1 vapier 15/02/09 15:39:48
2
3 Modified: src_configure.eblit
4 Log:
5 Disable -Werror when building.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.4 sys-libs/glibc/files/eblits/src_configure.eblit
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit?r1=1.3&r2=1.4
15
16 Index: src_configure.eblit
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- src_configure.eblit 31 Dec 2014 08:20:02 -0000 1.3
23 +++ src_configure.eblit 9 Feb 2015 15:39:48 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit,v 1.3 2014/12/31 08:20:02 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit,v 1.4 2015/02/09 15:39:48 vapier Exp $
30
31 dump_toolchain_settings() {
32 echo
33 @@ -101,6 +101,7 @@
34
35 myconf+=(
36 --without-cvs
37 + --disable-werror
38 --enable-bind-now
39 --build=${CBUILD_OPT:-${CBUILD}}
40 --host=${CTARGET_OPT:-${CTARGET}}
41 @@ -213,6 +214,7 @@
42 --disable-sanity-checks
43 --enable-hacker-mode
44 --without-cvs
45 + --disable-werror
46 --enable-bind-now
47 --build=${CBUILD_OPT:-${CBUILD}}
48 --host=${CTARGET_OPT:-${CTARGET}}