diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /arch/sparc/Makefile | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index a4870e117..fa171a7f7 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.34 1998/04/06 16:09:34 jj Exp $ +# $Id: Makefile,v 1.36 1998/06/02 00:36:40 davem Exp $ # sparc/Makefile # # Makefile for the architecture dependent flags and dependencies on the @@ -16,7 +16,7 @@ SHELL =/bin/bash # debugging of the kernel to get the proper debugging information. #CFLAGS := $(CFLAGS) -g -pipe -fcall-used-g5 -fcall-used-g7 -CFLAGS := $(CFLAGS) -pipe -fcall-used-g5 -fcall-used-g7 +CFLAGS := $(CFLAGS) -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 #LINKFLAGS = -N -Ttext 0xf0004000 LINKFLAGS = -T arch/sparc/vmlinux.lds @@ -45,6 +45,8 @@ endif archclean: -$(MAKE) -C arch/sparc/boot archclean + +archmrproper: -$(MAKE) -C arch/sparc/math-emu cleansymlinks archdep: |