patch-2.4.0-test11 linux/arch/i386/Makefile

Next file: linux/arch/i386/config.in
Previous file: linux/arch/arm/kernel/semaphore.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/arch/i386/Makefile linux/arch/i386/Makefile
@@ -54,6 +54,10 @@
 CFLAGS += -march=i686
 endif
 
+ifdef CONFIG_MPENTIUM4
+CFLAGS += -march=i686
+endif
+
 ifdef CONFIG_MK6
 CFLAGS += $(shell if $(CC) -march=k6 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=k6"; else echo "-march=i586"; fi)
 endif
@@ -63,7 +67,7 @@
 endif
 
 ifdef CONFIG_MCRUSOE
-CFLAGS += -march=i586
+CFLAGS += -march=i686 -malign-functions=0 -malign-jumps=0 -malign-loops=0
 endif
 
 ifdef CONFIG_MWINCHIPC6

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)