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

(-) (-5 / +14 lines)
Lines 171-176 Link Here
171
config MK10
172
	bool "Phenom/Phenom-II/Athlon-II/K10/10h"
173
	help
174
	 Select this for an AMD K10-family processor. Also known as Family
175
	 10h. Enables use of some extended instructions, and passes
176
	 appropriate optimization flags to GCC.
177
Lines 313-319 Link Here
313
	default "6" if MK7 || MK8 || MPENTIUMM || MCORE2 || MATOM || MVIAC7 ||
320
	default "6" if MK7 || MK8 || MK10 || MPENTIUMM || MCORE2 || MATOM ||
Lines 364-374 Link Here
364
	depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII ||
371
	depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII ||
365
	depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 ||
372
	depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 ||
Lines 396-402 Link Here
396
	depends on ((MWINCHIP3D || MCRUSOE || MEFFICEON || MCYRIXIII || MK7 ||
403
	depends on ((MWINCHIP3D || MCRUSOE || MEFFICEON || MCYRIXIII || MK7 ||
Lines 406-412 Link Here
406
	depends on (MK8 || MK7 || MCORE2 || MPENTIUM4 || MPENTIUMM ||
413
	depends on (MK10 || MK8 || MK7 || MCORE2 || MPENTIUM4 || MPENTIUMM ||
Lines 51-56 Link Here
51
 cflags-$(CONFIG_MK10) += $(call cc-option,-march=amdfam10)
Lines 25-30 Link Here
25
clfags-$(CONFIG_MK10)	 += $(call cc-option,-march=amdfam10)

Return to bug 355711