Bug#971547: gcc-10: gm2 should be disabled for cross-builds in debian/rules.defs

2020-10-02 Thread John Paul Adrian Glaubitz
> On Oct 2, 2020, at 1:30 PM, Matthias Klose wrote: > > On 10/2/20 1:26 PM, John Paul Adrian Glaubitz wrote: On Oct 2, 2020, at 1:18 PM, Matthias Klose wrote: >>> both gcc-10-cross and gcc-10-cross-ports are building ok. Not sure what you >>> are >>> trying to do here. >>

Bug#971547: gcc-10: gm2 should be disabled for cross-builds in debian/rules.defs

2020-10-02 Thread Matthias Klose
On 10/2/20 1:26 PM, John Paul Adrian Glaubitz wrote: > > >> On Oct 2, 2020, at 1:18 PM, Matthias Klose wrote: >> >> both gcc-10-cross and gcc-10-cross-ports are building ok. Not sure what you >> are >> trying to do here. > > Cross-building a native compiler using “sbuild —host=$ARCH”. That

Bug#971547: gcc-10: gm2 should be disabled for cross-builds in debian/rules.defs

2020-10-02 Thread John Paul Adrian Glaubitz
> On Oct 2, 2020, at 1:18 PM, Matthias Klose wrote: > > both gcc-10-cross and gcc-10-cross-ports are building ok. Not sure what you > are > trying to do here. Cross-building a native compiler using “sbuild —host=$ARCH”. That failed when linking gm2. Adrian

Bug#971547: gcc-10: gm2 should be disabled for cross-builds in debian/rules.defs

2020-10-02 Thread Matthias Klose
On 10/1/20 5:46 PM, John Paul Adrian Glaubitz wrote: > Source: gcc-10 > Severity: normal > > Hello! > > I tried cross-building gcc-10 yesterday and it failed with a linker error > when building > gm2. Looking at debian/rules.defs [1], m2 is first disabled, then enabled for > cross > builds: >

Bug#971547: gcc-10: gm2 should be disabled for cross-builds in debian/rules.defs

2020-10-01 Thread John Paul Adrian Glaubitz
Source: gcc-10 Severity: normal Hello! I tried cross-building gcc-10 yesterday and it failed with a linker error when building gm2. Looking at debian/rules.defs [1], m2 is first disabled, then enabled for cross builds: > # Modula-2 --- > m2_no_cross := yes > m2_no_cross := no