From: EXTERNAL B. M. (P. ST-FIR/Eng) <ext...@de...> - 2007-08-20 13:02:09
|
> How about this? >=20 > 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 :=3D $(isa-y)-nofpu > endif > endif > =20 > +isa-y :=3D $(isa-y)-up > + > cflags-$(CONFIG_CPU_SH2) :=3D $(call cc-option,-m2,) > cflags-$(CONFIG_CPU_SH2A) +=3D $(call cc-option,-m2a,) \ > $(call cc-option,-m2a-nofpu,) I only have limited Makefile knowledge and I don't understand=20 How this could solve the problem. If the patch was meant to be applied in addition to the removed cflags-$(CONFIG_SH_DSP) +=3D -Wa,-dsp it works. If it was meant to be apllied against current git it doesn't work. |