From 54f79c886855b8c778a1a9cc1040174bbe4f6485 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 26 Feb 2016 09:23:02 +0000 Subject: change default compiler options, drop ccache --- conf/intel/portage/make.conf.amd64 | 7 +------ conf/intel/portage/make.conf.x86 | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'conf/intel') diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 5e7309b..5ff51a1 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -2,9 +2,7 @@ # Please consult /etc/make.conf.example for a more detailed example # Compiler stuff -GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" -# Only enable Graphite via package.env -CFLAGS="-O2 -march=x86-64 -pipe" # -ftree-vectorize ${GRAPHITE}" +CFLAGS="-O2 -march=x86-64 -mtune=generic -pipe" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed" @@ -12,9 +10,6 @@ MAKEOPTS="-j8 -s" # Portage stuff FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" -CCACHE_SIZE="2G" -CCACHE_DIR="/var/ccache" - LINGUAS="en en_US ro" ## USE ## diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index a8f7006..67e31cc 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -2,9 +2,7 @@ # Please consult /etc/make.conf.example for a more detailed example # Compiler stuff -GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" -# Only enable Graphite via package.env -CFLAGS="-O2 -march=i686 -pipe" # -ftree-vectorize ${GRAPHITE}" +CFLAGS="-O2 -march=i686 -mtune=generic -pipe" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed" @@ -12,9 +10,6 @@ MAKEOPTS="-j8 -s" # Portage stuff FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" -CCACHE_SIZE="2G" -CCACHE_DIR="/var/ccache" - LINGUAS="en en_US ro" ## USE ## -- cgit v1.2.3