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

Collapse All | Expand All

(-)linux-2.4.26/arch/i386/Makefile (-2 / +2 lines)
Lines 53-63 Link Here
53
endif
53
endif
54
54
55
ifdef CONFIG_MPENTIUMIII
55
ifdef CONFIG_MPENTIUMIII
56
CFLAGS += -march=i686
56
CFLAGS += $(call check_gcc,-march=pentium3,-march=i686)
57
endif
57
endif
58
58
59
ifdef CONFIG_MPENTIUM4
59
ifdef CONFIG_MPENTIUM4
60
CFLAGS += -march=i686
60
CFLAGS += $(call check_gcc,-march=pentium4,-march=i686)
61
endif
61
endif
62
62
63
ifdef CONFIG_MK6
63
ifdef CONFIG_MK6

Return to bug 55271