patch-2.4.0-test6 linux/arch/mips/Makefile
Next file: linux/arch/mips/arc/memory.c
Previous file: linux/arch/m68k/mm/motorola.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Thu Jul 27 18:36:54 2000
- Orig file:
v2.4.0-test5/linux/arch/mips/Makefile
- Orig date:
Fri Jul 14 12:12:05 2000
diff -u --recursive --new-file v2.4.0-test5/linux/arch/mips/Makefile linux/arch/mips/Makefile
@@ -50,25 +50,25 @@
CFLAGS := $(CFLAGS) -mcpu=r3000 -mips1
endif
ifdef CONFIG_CPU_R6000
-CFLAGS := $(CFLAGS) -mcpu=r6000 -mips2
+CFLAGS := $(CFLAGS) -mcpu=r6000 -mips2 -Wa,--trap
endif
ifdef CONFIG_CPU_R4300
-CFLAGS := $(CFLAGS) -mcpu=r4300 -mips2
+CFLAGS := $(CFLAGS) -mcpu=r4300 -mips2 -Wa,--trap
endif
ifdef CONFIG_CPU_R4X00
-CFLAGS := $(CFLAGS) -mcpu=r4600 -mips2
+CFLAGS := $(CFLAGS) -mcpu=r4600 -mips2 -Wa,--trap
endif
ifdef CONFIG_CPU_R5000
-CFLAGS := $(CFLAGS) -mcpu=r8000 -mips2
+CFLAGS := $(CFLAGS) -mcpu=r8000 -mips2 -Wa,--trap
endif
ifdef CONFIG_CPU_NEVADA
-CFLAGS := $(CFLAGS) -mcpu=r8000 -mips2 -mmad
+CFLAGS := $(CFLAGS) -mcpu=r8000 -mips2 -Wa,--trap -mmad
endif
ifdef CONFIG_CPU_R8000
-CFLAGS := $(CFLAGS) -mcpu=r8000 -mips2
+CFLAGS := $(CFLAGS) -mcpu=r8000 -mips2 -Wa,--trap
endif
ifdef CONFIG_CPU_R10000
-CFLAGS := $(CFLAGS) -mcpu=r8000 -mips2
+CFLAGS := $(CFLAGS) -mcpu=r8000 -mips2 -Wa,--trap
endif
#
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)