patch-2.4.0-test6 linux/arch/sparc64/kernel/Makefile
Next file: linux/arch/sparc64/kernel/ebus.c
Previous file: linux/arch/sparc64/defconfig
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Aug 9 13:49:56 2000
- Orig file:
v2.4.0-test5/linux/arch/sparc64/kernel/Makefile
- Orig date:
Thu Jul 27 17:37:59 2000
diff -u --recursive --new-file v2.4.0-test5/linux/arch/sparc64/kernel/Makefile linux/arch/sparc64/kernel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.60 2000/07/16 18:21:24 ecd Exp $
+# $Id: Makefile,v 1.61 2000/08/09 08:25:19 jj Exp $
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
@@ -64,7 +64,7 @@
ifneq ($(NEW_GCC),y)
CMODEL_CFLAG := -mmedlow
else
- CMODEL_CFLAG := -mcmodel=medlow
+ CMODEL_CFLAG := -m64 -mcmodel=medlow
endif
check_asm: dummy
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)