From: Paul M. <le...@li...> - 2007-08-20 01:23:14
|
On Sat, Aug 18, 2007 at 01:56:32PM +0900, Paul Mundt wrote: > On Sat, Aug 18, 2007 at 06:36:14AM +0200, Markus Brunner wrote: > > > > > It made sense for SH2-DSP, I thought SH3-DSP would cope with it also. Is > > > this problem fixed if you reinsert this flag? > > > > Yes, it compiles fine after reinsertion. > > > Thanks, I'll take a look at it when I'm back at the office. > How about this? -- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index e5c84d0..e678e0c 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -34,6 +34,8 @@ isa-y := $(isa-y)-nofpu endif endif +isa-y := $(isa-y)-up + cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,) cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \ $(call cc-option,-m2a-nofpu,) |