patch-2.2.0-pre9 linux/arch/m68k/Makefile
Next file: linux/arch/m68k/amiga/config.c
Previous file: linux/arch/i386/kernel/visws_apic.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Jan 19 10:58:26 1999
- Orig file:
v2.2.0-pre8/linux/arch/m68k/Makefile
- Orig date:
Thu Jan 7 15:11:36 1999
diff -u --recursive --new-file v2.2.0-pre8/linux/arch/m68k/Makefile linux/arch/m68k/Makefile
@@ -29,12 +29,19 @@
# without -fno-strength-reduce the 53c7xx.c driver fails ;-(
CFLAGS += -pipe -fno-strength-reduce -ffixed-a2
-ifdef CONFIG_OPTIMIZE_040
+# enable processor switch if compiled only for a single cpu
+ifndef CONFIG_M68020
+ifndef CONFIG_M68030
+
+ifndef CONFIG_M68060
CFLAGS := $(CFLAGS) -m68040
endif
-ifdef CONFIG_OPTIMIZE_060
+ifndef CONFIG_M68040
CFLAGS := $(CFLAGS) -m68060
+endif
+
+endif
endif
ifdef CONFIG_KGDB
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov