From 14bf8bf2b38c7555a17bb2f6ec7719eb8cab3931 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 11 Mar 2012 16:32:32 +0100 Subject: [PATCH] [conf/*] Disable Graphite and -ftree-vectorize due to x11-libs/qt-* (and maybe others) instabilities --- conf/armv7l/portage/make.conf.hardfp | 3 ++- conf/armv7l/portage/make.conf.softfp | 3 ++- conf/intel/portage/make.conf.amd64 | 5 +++-- conf/intel/portage/make.conf.x86 | 5 +++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/conf/armv7l/portage/make.conf.hardfp b/conf/armv7l/portage/make.conf.hardfp index ef1e8b4..36c2bef 100644 --- a/conf/armv7l/portage/make.conf.hardfp +++ b/conf/armv7l/portage/make.conf.hardfp @@ -1,4 +1,5 @@ -GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" +# Temp disable Graphite due to known x11-libs/qt bugs +# GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" FPUABI="-mfloat-abi=hard" CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 ${FPUABI} ${GRAPHITE}" diff --git a/conf/armv7l/portage/make.conf.softfp b/conf/armv7l/portage/make.conf.softfp index 69380ab..80d36be 100644 --- a/conf/armv7l/portage/make.conf.softfp +++ b/conf/armv7l/portage/make.conf.softfp @@ -1,4 +1,5 @@ -GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" +# Temp disable Graphite due to known x11-libs/qt-* bugs +# GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" FPUABI="-mfloat-abi=softfp" CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 ${FPUABI} ${GRAPHITE}" diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 650e18e..d4890c0 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -2,8 +2,9 @@ # Please consult /etc/make.conf.example for a more detailed example # Compiler stuff -GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" -CFLAGS="-O2 -ftree-vectorize -march=x86-64 -pipe ${GRAPHITE}" +# GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" +# Temp disable Graphite and -ftree-vectorize due to x11-libs/qt-* instabilities +CFLAGS="-O2 -march=x86-64 -pipe" # -ftree-vectorize ${GRAPHITE}" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index efceeb0..b29cb87 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -2,8 +2,9 @@ # Please consult /etc/make.conf.example for a more detailed example # Compiler stuff -GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" -CFLAGS="-O2 -ftree-vectorize -march=i686 -pipe ${GRAPHITE}" +# GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" +# Temp disable Graphite and -ftree-vectorize due to x11-libs/qt-* instabilities +CFLAGS="-O2 -march=i686 -pipe" # -ftree-vectorize ${GRAPHITE}" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed"