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

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



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.

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
>



-- 
YunQiang Su


Reply to: