[conf/*] Disable Graphite and -ftree-vectorize due to x11-libs/qt-* (and maybe others) instabilities

This commit is contained in:
Fabio Erculiani 2012-03-11 16:32:32 +01:00
parent 4817d52110
commit 14bf8bf2b3
4 changed files with 10 additions and 6 deletions

View File

@ -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}"

View File

@ -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}"

View File

@ -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"

View File

@ -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"