commit: e9c19bf361960e6f6b4d2deceddc3ac2eb80a6ec
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 23:19:28 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 23:19:51 2016 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=e9c19bf3
make.conf: turn off gcc color logs
core/etc/portage/make.conf.CYCLE.1 | 2 +-
core/etc/portage/make.conf.CYCLE.2 | 2 +-
core/etc/portage/make.conf.CYCLE.3 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/etc/portage/make.conf.CYCLE.1
b/core/etc/portage/make.conf.CYCLE.1
index 2b40284..5f740c4 100644
--- a/core/etc/portage/make.conf.CYCLE.1
+++ b/core/etc/portage/make.conf.CYCLE.1
@@ -1,4 +1,4 @@
-CFLAGS="-O2 -pipe"
+CFLAGS="-O2 -pipe -fno-diagnostics-color"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-musl"
MAKEOPTS="-j17"
diff --git a/core/etc/portage/make.conf.CYCLE.2
b/core/etc/portage/make.conf.CYCLE.2
index b9a634f..33aa985 100644
--- a/core/etc/portage/make.conf.CYCLE.2
+++ b/core/etc/portage/make.conf.CYCLE.2
@@ -1,4 +1,4 @@
-CFLAGS="-O2 -pipe"
+CFLAGS="-O2 -pipe -fno-diagnostics-color"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-musl"
MAKEOPTS="-j17"
diff --git a/core/etc/portage/make.conf.CYCLE.3
b/core/etc/portage/make.conf.CYCLE.3
index 39c55a7..dd95c83 100644
--- a/core/etc/portage/make.conf.CYCLE.3
+++ b/core/etc/portage/make.conf.CYCLE.3
@@ -1,4 +1,4 @@
-CFLAGS="-O2 -pipe"
+CFLAGS="-O2 -pipe -fno-diagnostics-color"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-musl"
MAKEOPTS="-j17"