Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 726660
Collapse All | Expand All

(-)linux-5.7.1-gentoo/arch/x86/Makefile (+3 lines)
Lines 128-135 Link Here
128
        cflags-$(CONFIG_MJAGUAR) += $(call cc-option,-march=btver2)
128
        cflags-$(CONFIG_MJAGUAR) += $(call cc-option,-march=btver2)
129
        cflags-$(CONFIG_MBULLDOZER) += $(call cc-option,-march=bdver1)
129
        cflags-$(CONFIG_MBULLDOZER) += $(call cc-option,-march=bdver1)
130
        cflags-$(CONFIG_MPILEDRIVER) += $(call cc-option,-march=bdver2)
130
        cflags-$(CONFIG_MPILEDRIVER) += $(call cc-option,-march=bdver2)
131
        cflags-$(CONFIG_MPILEDRIVER) += $(call cc-option,-mno-tbm)
131
        cflags-$(CONFIG_MSTEAMROLLER) += $(call cc-option,-march=bdver3)
132
        cflags-$(CONFIG_MSTEAMROLLER) += $(call cc-option,-march=bdver3)
133
        cflags-$(CONFIG_MSTEAMROLLER) += $(call cc-option,-mno-tbm)
132
        cflags-$(CONFIG_MEXCAVATOR) += $(call cc-option,-march=bdver4)
134
        cflags-$(CONFIG_MEXCAVATOR) += $(call cc-option,-march=bdver4)
135
        cflags-$(CONFIG_MEXCAVATOR) += $(call cc-option,-mno-tbm)
133
        cflags-$(CONFIG_MZEN) += $(call cc-option,-march=znver1)
136
        cflags-$(CONFIG_MZEN) += $(call cc-option,-march=znver1)
134
        cflags-$(CONFIG_MZEN2) += $(call cc-option,-march=znver2)
137
        cflags-$(CONFIG_MZEN2) += $(call cc-option,-march=znver2)
135
        cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
138
        cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)

Return to bug 726660