summaryrefslogtreecommitdiff
path: root/conf/intel
diff options
context:
space:
mode:
Diffstat (limited to 'conf/intel')
-rw-r--r--conf/intel/portage/make.conf.amd647
-rw-r--r--conf/intel/portage/make.conf.x867
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 ##