[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#886316: gcc-7: fix typo for N32 conditions in debian/rules2



On 05.01.2018 14:26, YunQiang Su wrote:
> Ohhh, you are right.
> 
> in fact it is a quite simple patch:
> 
> just in debian/rules2, there are 4 snap
> $(biarchn32)-$(biarch32) for N32,
> 
> the $(biarchn32) should be $(biarch64) here.

please attach a proper patch.

I also see in rules2: --with-arch-64=mips64r2

is this correct, or should that be r6?

again, please attach a (tested) patch, please for gcc-7 and gcc-8.


thanks, Matthias

> On Thu, Jan 4, 2018 at 8:22 PM, James Cowgill <jcowgill@debian.org> wrote:
>> Hi,
>>
>> On 04/01/18 11:00, YunQiang Su wrote:
>>> Package: src:gcc-7
>>> Version: 7.2.0-18
>>>
>>> when detect mipsn32 triarch,
>>> we use ifeq ($(biarchn32)-$(biarch32),yes-yes), but we should use
>>>       ifeq ($(biarch64)-$(biarch32),yes-yes)
>>>
>>
>> I guess you attached the wrong patch?
>>
>> James
>>
> 
> 
> 


Reply to: