From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.17.22 with SMTP id z22mr1437019ioi.16.1516456813135; Sat, 20 Jan 2018 06:00:13 -0800 (PST) X-Received: by 10.157.43.61 with SMTP id o58mr85681otb.10.1516456812985; Sat, 20 Jan 2018 06:00:12 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!peer01.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!w142no1098415ita.0!news-out.google.com!s63ni1689itb.0!nntp.google.com!w142no1098411ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 20 Jan 2018 06:00:12 -0800 (PST) In-Reply-To: <1897805628.538089975.457205.laguest-archeia.com@nntp.aioe.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <4d477f6f-2e4f-4eef-84c5-1f6e6230fe78@googlegroups.com> <1897805628.538089975.457205.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada cross-compiler? From: Lucretia Injection-Date: Sat, 20 Jan 2018 14:00:13 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Body-CRC: 715844561 X-Received-Bytes: 2146 Xref: reader02.eternal-september.org comp.lang.ada:50022 Date: 2018-01-20T06:00:12-08:00 List-Id: On Friday, 19 January 2018 21:28:14 UTC, Luke A. Guest wrote: > On Gentoo using the Ada-overlay I created will get you whatever targets a= re > in crossdev including mingw32.=20 >=20 > The latest is available from sarnold=E2=80=99s github as he did the harde= ning work. Not on mobile now, so... For those interested, https://github.com/sarnold/ada-overlay is the main ov= erlay, includes cross bootstrap compilers for a number of targets. USE=3Dada emerge -v gcc You can then build crossdev with Ada support enabled. https://github.com/sarnold/dev-ada-overlay is where the basic Ada user pack= ages are located. Luke.