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.182.247.101 with SMTP id yd5mr8785729obc.41.1413391838655; Wed, 15 Oct 2014 09:50:38 -0700 (PDT) X-Received: by 10.140.39.85 with SMTP id u79mr44559qgu.16.1413391838548; Wed, 15 Oct 2014 09:50:38 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.unit0.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!209.85.213.215.MISMATCH!h18no6209211igc.0!news-out.google.com!u5ni2qab.1!nntp.google.com!dc16no3067689qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 15 Oct 2014 09:50:38 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.124.114.217; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2.124.114.217 References: <87h9zdpi84.fsf@ixod.org> <87fvex5bwy.fsf@ixod.org> <2064812074434669488.767131laguest-archeia.com@nntp.aioe.org> <1196941186434813066.828500laguest-archeia.com@nntp.aioe.org> <0ec29b17-286e-49c3-a26c-88e5161ebda4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Cross-toolchain for DS [was: Newcomers to comp.lang.ada: welcome and how did you end up here ?] From: Lucretia Injection-Date: Wed, 15 Oct 2014 16:50:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22515 Date: 2014-10-15T09:50:38-07:00 List-Id: On Wednesday, 15 October 2014 10:46:55 UTC+1, Brian Drummond wrote: > > which is completely pointless and will never be used. This is not the > > way Rolf does it for AVR and subsequently Brian Drummond for MSP430, se= e > > the thread here https://gcc.gnu.org/ml/gcc/2014-01/msg00139.html and > > this is because they break the build by removing the dependency of > > libada on gnattools from the main configure script. >=20 > Hmmm, the intent was to remove the dependency of gnattools on libada=20 > rather than the reverse : I need to build gnattools even when libada is= =20 > not being built. Did I get that wrong way round? If you --disable-libada, it disables gnattools as well, which is of no use = to us - I don't know why it's there at all tbh. What my other patch does is, when enabled, is allow you to build the gnatto= ols during a make all-gcc without the need for building libada. Which is es= sentially what yours does, but mine does not break native. But read the com= ments in that email as I outline where it failed for me and I don't know wh= y I had to delete a timestamp to get it to work. So, I need someone else to= look at it and see if they can see the problem, then a proper full patch c= an be submitted. Luke.