Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/portage/
Date: Fri, 26 Feb 2016 23:10:12
Message-Id: 1456528785.6d48396db4e3a4f9c488089386d216b567dcd9b7.blueness@gentoo
1 commit: 6d48396db4e3a4f9c488089386d216b567dcd9b7
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 23:19:28 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 23:19:45 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=6d48396d
7
8 make.conf: turn off gcc color logs
9
10 core/etc/portage/make.conf.CYCLE.1 | 2 +-
11 core/etc/portage/make.conf.CYCLE.2 | 2 +-
12 core/etc/portage/make.conf.CYCLE.3 | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1
16 index 21f48db..8229e25 100644
17 --- a/core/etc/portage/make.conf.CYCLE.1
18 +++ b/core/etc/portage/make.conf.CYCLE.1
19 @@ -1,4 +1,4 @@
20 -CFLAGS="-O2 -pipe"
21 +CFLAGS="-O2 -pipe -fno-diagnostics-color"
22 CXXFLAGS="${CFLAGS}"
23 CHOST="x86_64-pc-linux-gnu"
24 MAKEOPTS="-j17"
25
26 diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2
27 index 20b9986..bb55faa 100644
28 --- a/core/etc/portage/make.conf.CYCLE.2
29 +++ b/core/etc/portage/make.conf.CYCLE.2
30 @@ -1,4 +1,4 @@
31 -CFLAGS="-O2 -pipe"
32 +CFLAGS="-O2 -pipe -fno-diagnostics-color"
33 CXXFLAGS="${CFLAGS}"
34 CHOST="x86_64-pc-linux-gnu"
35 MAKEOPTS="-j17"
36
37 diff --git a/core/etc/portage/make.conf.CYCLE.3 b/core/etc/portage/make.conf.CYCLE.3
38 index faf8685..b309428 100644
39 --- a/core/etc/portage/make.conf.CYCLE.3
40 +++ b/core/etc/portage/make.conf.CYCLE.3
41 @@ -1,4 +1,4 @@
42 -CFLAGS="-O2 -pipe"
43 +CFLAGS="-O2 -pipe -fno-diagnostics-color"
44 CXXFLAGS="${CFLAGS}"
45 CHOST="x86_64-pc-linux-gnu"
46 MAKEOPTS="-j17"