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.52.100.102 with SMTP id ex6mr18366340vdb.0.1435568237188; Mon, 29 Jun 2015 01:57:17 -0700 (PDT) X-Received: by 10.140.47.68 with SMTP id l62mr150550qga.42.1435568237168; Mon, 29 Jun 2015 01:57:17 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!z60no998864qgd.0!news-out.google.com!4ni21980qgh.1!nntp.google.com!j5no1076399qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 29 Jun 2015 01:57:17 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=185.30.133.97; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz NNTP-Posting-Host: 185.30.133.97 References: <9965ebbe-e8af-4c73-86c7-9ab974b525f5@googlegroups.com> <99b2c8ba-2d48-4186-b891-a7709347daff@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <41628806-3680-40e8-8da5-e76a57615963@googlegroups.com> Subject: Re: gprbuild fun From: Vincent Injection-Date: Mon, 29 Jun 2015 08:57:17 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:193833 Date: 2015-06-29T01:57:17-07:00 List-Id: Le lundi 29 juin 2015 10:36:55 UTC+2, Simon Wright a =E9crit=A0: > Vincent wrote : >=20 > > So the first priority is to save gnatmake as the FSF=A0tool to build > > FSF=A0GNAT ! >=20 > I don't see this changing; AdaCore aren't proposing to remove any of the > features of gnatmake that are actually used in the GCC build. Good news ! >=20 > So you were able to teach gprbuild how to handle AYacc? sounds good to > me! No, sorry.. I simply got the response of using a makefile and a XML configu= ration for a new buildchain. Then I gave up with gprbuild and made a small = script :-). That was enough for my need, even it is not satisfactory. vincent