patch-2.4.0-test8 linux/arch/alpha/Makefile
Next file: linux/arch/alpha/kernel/core_cia.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 28 21:21:57 2000
- Orig file:
v2.4.0-test7/linux/arch/alpha/Makefile
- Orig date:
Mon Jul 10 16:47:18 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/alpha/Makefile linux/arch/alpha/Makefile
@@ -23,6 +23,8 @@
have_mcpu_ev6 := $(shell if $(CC) -mcpu=ev6 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo y; else echo n; fi)
+have_mcpu_ev67 := $(shell if $(CC) -mcpu=ev67 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo y; else echo n; fi)
+
# Turn on the proper cpu optimizations.
ifeq ($(have_mcpu),y)
# If GENERIC, make sure to turn off any instruction set extensions that
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)