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

2018-01-06 Thread YunQiang Su
On Sat, Jan 6, 2018 at 1:13 PM, Matthias Klose wrote: > 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

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

2018-01-05 Thread Matthias Klose
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:

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

2018-01-05 Thread YunQiang Su
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 wrote: > Hi, > > On 04/01/18 11:00, YunQiang Su

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

2018-01-04 Thread James Cowgill
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 signature.asc

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

2018-01-04 Thread YunQiang Su
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) -- YunQiang Su diff --git a/debian/Debian/DpkgCross.pm b/debian/Debian/DpkgCross.pm index 755b54d..85e5351 100644 ---