g++-multilib omissions

2018-12-15 Thread Daniel Llewellyn
Hi, I've been looking through the g++-multilib package, and I _think_ there is an accidental omission or misconfiguration. It seems that none of the packages produced target the arm64 or ppc64el architectures which Ubuntu supports. There is a configuration for ppc64 packages, but I don't believe U

Re: g++-multilib omissions

2018-12-16 Thread Dimitri John Ledkov
On Sat, 15 Dec 2018 at 23:36, Daniel Llewellyn wrote: > > Hi, > > I've been looking through the g++-multilib package, and I _think_ there is an > accidental omission or misconfiguration. It seems that none of the packages > produced target the arm64 or ppc64el architectures which Ubuntu supports

Re: g++-multilib omissions

2018-12-18 Thread Daniel Llewellyn
On 17/12/2018 00:25, Dimitri John Ledkov wrote: Those are non-multilib arches I think you want to use g++-aarch64-linux-gnu and g++-powerpc64le-linux-gnu without any switches (ie. without -m64 or anything like that), which is available on "developy" amd64/i386/ppc64le architectures. Would t