Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/portage/
Date: Fri, 26 Feb 2016 23:10:12
Message-Id: 1456528768.ea8878112eb2deda186e97b8e77b3a8b8008fc49.blueness@gentoo
1 commit: ea8878112eb2deda186e97b8e77b3a8b8008fc49
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:28 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=ea887811
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 217a364..60cc4ac 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-gentoo-linux-uclibc"
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 bc866b4..4ba7778 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-gentoo-linux-uclibc"
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 77eac94..2aca28a 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-gentoo-linux-uclibc"
46 MAKEOPTS="-j17"