From: Mark Huang Date: Wed, 28 Jun 2006 18:40:32 +0000 (+0000) Subject: - enable compiling under gcc4 without warnings X-Git-Tag: before-fedora-2_6_18-1_2239_FC5-vs2_0_2_2-rc6-merge~47 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=57ac026be71c1252687c575abcd84f00b38e081b;p=linux-2.6.git - enable compiling under gcc4 without warnings --- diff --git a/arch/i386/Makefile b/arch/i386/Makefile index 4d22f78e0..efec8dc7d 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -33,8 +33,7 @@ cflags-$(CONFIG_M486) += -march=i486 cflags-$(CONFIG_M586) += -march=i586 cflags-$(CONFIG_M586TSC) += -march=i586 cflags-$(CONFIG_M586MMX) += $(call cc-option,-march=pentium-mmx,-march=i586) -#cflags-$(CONFIG_M686) += -march=i686 -mtune=pentium4 -cflags-$(CONFIG_M686) += -march=i686 -mcpu=pentium4 +cflags-$(CONFIG_M686) += -march=i686 $(call cc-option,-mtune=pentium4,-mcpu=pentium4) cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call cc-option,-mtune=pentium2) cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call cc-option,-mtune=pentium3) cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call cc-option,-mtune=pentium3)