diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 09:23:02 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 09:23:02 +0000 |
commit | 54f79c886855b8c778a1a9cc1040174bbe4f6485 (patch) | |
tree | c386737c6abf87cab04b5eeece982a238087ee22 | |
parent | 52e7992cd7b61887f7002259ea2c3538c53b6f60 (diff) |
change default compiler options, drop ccache
-rw-r--r-- | conf/intel/portage/make.conf.amd64 | 7 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.x86 | 7 |
2 files changed, 2 insertions, 12 deletions
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 ## |