--- linux-2.4.20-gentoo-r3/Makefile 2003-04-16 09:41:32.000000000 -0500 +++ linux-2.4.20-pfeifer-r1_pre8/Makefile 2003-04-30 10:12:58.000000000 -0500 @@ -17,7 +17,7 @@ FINDHPATH = $(HPATH)/asm $(HPATH)/linux $(HPATH)/scsi $(HPATH)/net $(HPATH)/math-emu HOSTCC = gcc -HOSTCFLAGS = -Wall -Wstrict-prototypes -O3 -fomit-frame-pointer -pipe +HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer CROSS_COMPILE = @@ -88,7 +88,7 @@ CPPFLAGS := -D__KERNEL__ -I$(HPATH) -CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O3 \ +CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ -fno-strict-aliasing -fno-common ifndef CONFIG_FRAME_POINTER CFLAGS += -fomit-frame-pointer --- linux-2.4.20-gentoo-r3/arch/i386/Makefile 2003-04-16 09:41:32.000000000 -0500 +++ linux-2.4.20-pfeifer-r1_pre8/arch/i386/Makefile 2003-04-30 10:13:07.000000000 -0500 @@ -47,7 +47,7 @@ endif ifdef CONFIG_M586MMX31 -CFLAGS += -march=pentium -O3 -mmmx +CFLAGS += -march=pentium -mmmx endif ifdef CONFIG_M686 @@ -55,11 +55,11 @@ endif ifdef CONFIG_MPPRO31 -CFLAGS += -march=pentiumpro -O3 +CFLAGS += -march=pentiumpro endif ifdef CONFIG_M68631 -CFLAGS += -march=pentium2 -O3 -mmmx +CFLAGS += -march=pentium2 endif ifdef CONFIG_MPENTIUMIII @@ -67,7 +67,7 @@ endif ifdef CONFIG_MPENTIUMIII31 -CFLAGS += -march=pentium3 -O3 -mmmx -msse -falign-functions=4 -fprefetch-loop-arrays -maccumulate-outgoing-args +CFLAGS += -march=pentium3 endif ifdef CONFIG_MPENTIUM4 @@ -75,7 +75,7 @@ endif ifdef CONFIG_MPENTIUM431 -CFLAGS += -march=pentium4 -mmmx -msse -msse2 -falign-functions=4 -fprefetch-loop-arrays -maccumulate-outgoing-args +CFLAGS += -march=pentium4 endif ifdef CONFIG_MK6 @@ -83,23 +83,23 @@ endif ifdef CONFIG_MK6231 -CFLAGS += -march=k6-2 -Os +CFLAGS += -march=k6-2 endif ifdef CONFIG_MK7 -CFLAGS += -march=i686 -malign-functions=4 -Os +CFLAGS += -march=i686 endif ifdef CONFIG_MK731 -CFLAGS += -march=athlon -Os +CFLAGS += -march=athlon endif ifdef CONFIG_MXP31 -CFLAGS += -march=athlon-xp -Os +CFLAGS += -march=athlon-xp endif ifdef CONFIG_MMP31 -CFLAGS += -march=athlon-mp -Os +CFLAGS += -march=athlon-mp endif ifdef CONFIG_MCRUSOE