patch-2.4.20 linux-2.4.20/arch/i386/Makefile

Next file: linux-2.4.20/arch/i386/boot/compressed/misc.c
Previous file: linux-2.4.20/arch/cris/mm/fault.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/i386/Makefile linux-2.4.20/arch/i386/Makefile
@@ -83,7 +83,7 @@
 endif
 
 ifdef CONFIG_MCYRIXIII
-CFLAGS += -march=i586
+CFLAGS += -march=i486 -malign-functions=0 -malign-jumps=0 -malign-loops=0
 endif
 
 HEAD := arch/i386/kernel/head.o arch/i386/kernel/init_task.o

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