Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 672946 | Differences between
and this patch

Collapse All | Expand All

(-)a/mkspecs/common/gcc-base.conf (-2 / +1 lines)
Lines 109-115 QMAKE_CFLAGS_MIPS_DSP += -mdsp Link Here
109
QMAKE_CFLAGS_MIPS_DSPR2 += -mdspr2
109
QMAKE_CFLAGS_MIPS_DSPR2 += -mdspr2
110
110
111
# -march=haswell is supported as of GCC 4.9 and Clang 3.6
111
# -march=haswell is supported as of GCC 4.9 and Clang 3.6
112
QMAKE_CFLAGS_ARCH_HASWELL           = -march=core-avx2
112
QMAKE_CFLAGS_ARCH_HASWELL           = -mavx2
113
113
114
# Wrapper tools that understand .o/.a files with GIMPLE instead of machine code
114
# Wrapper tools that understand .o/.a files with GIMPLE instead of machine code
115
QMAKE_AR_LTCG           = gcc-ar cqs
115
QMAKE_AR_LTCG           = gcc-ar cqs
116
- 

Return to bug 672946