patch-2.1.29 linux/arch/sparc/Makefile
Next file: linux/arch/sparc/config.in
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Mar 5 17:04:30 1997
- Orig file:
v2.1.28/linux/arch/sparc/Makefile
- Orig date:
Sun Jan 26 02:07:06 1997
diff -u --recursive --new-file v2.1.28/linux/arch/sparc/Makefile linux/arch/sparc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.23 1997/01/02 14:14:17 jj Exp $
+# $Id: Makefile,v 1.26 1997/03/04 16:26:50 jj Exp $
# sparc/Makefile
#
# Makefile for the architecture dependent flags and dependencies on the
@@ -15,8 +15,8 @@
# Uncomment the first CFLAGS if you are doing kgdb source level
# debugging of the kernel to get the proper debugging information.
-#CFLAGS := $(CFLAGS) -g -pipe
-CFLAGS := $(CFLAGS) -pipe
+#CFLAGS := $(CFLAGS) -g -pipe -fcall-used-g5 -fcall-used-g7
+CFLAGS := $(CFLAGS) -pipe -fcall-used-g5 -fcall-used-g7
#LINKFLAGS = -N -Ttext 0xf0004000
LINKFLAGS = -T arch/sparc/vmlinux.lds
@@ -41,3 +41,6 @@
archclean:
archdep:
+
+check_asm:
+ $(MAKE) -C arch/sparc/kernel check_asm
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov