From: NIIBE Y. <gn...@m1...> - 2001-10-12 13:49:02
|
On 25th Aug, NIIBE Yutaka wrote: > Here's the patch for new tool chain. Well, I'd like to commit this > change, say, a month later, after we test GCC 3.0. > > * arch/sh/Makefile (CFLAGS): Use -mno-fdiv-divsi. Don't use > -m4-nofpu. > > Index: arch/sh/Makefile > =================================================================== > RCS file: /cvsroot/linuxsh/kernel/arch/sh/Makefile,v > retrieving revision 1.20 > diff -u -r1.20 Makefile > --- arch/sh/Makefile 2001/07/28 04:02:00 1.20 > +++ arch/sh/Makefile 2001/08/24 22:22:23 > @@ -46,8 +46,8 @@ > AFLAGS += -m3 > endif > ifdef CONFIG_CPU_SH4 > -CFLAGS += -m4-nofpu > -AFLAGS += -m4-nofpu > +CFLAGS += -m4 -mno-fdiv-divsi > +AFLAGS += -m4 -mno-fdiv-divsi > endif > > # > -- The patch for GCC has been approved with name change to -mno-implicit-fp. I'll upload updated patch against GCC 3.0.1. Then, I'll apply arch/sh/Makefile change. -- |