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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,170b136bef612224 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 X-Received: by 10.68.208.99 with SMTP id md3mr8366055pbc.6.1366970069663; Fri, 26 Apr 2013 02:54:29 -0700 (PDT) Path: ln4ni689pbb.0!nntp.google.com!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Specifying a target in a GPRBuild project file? References: <8f5e2358-05ab-4b0f-82be-b2f2d7438765@googlegroups.com> <51796066.5060906@obry.net> Date: Fri, 26 Apr 2013 04:54:26 -0500 Message-ID: <85obd1zkfh.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:eKn+BlDNcZ5aJmjCfbYfzk9UixU= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 4feb7517a4ed5c7c1c72725023 X-Received-Bytes: 1493 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Date: 2013-04-26T04:54:26-05:00 List-Id: Pascal Obry writes: > Le 25/04/2013 11:01, Yannick DuchĂȘne (Hibou57) a Ă©crit : >> The `--target` option should only be used with explicit invocations of >> GPRConfig, not with GPRBuild. > > I fully disagree. I'm building many cross tools and always using > gprbuild --target=xyz. This is the way it should work, and if not > probably a bug to report. +1 note that gprbuild will invoke gprconfig if necessary; gprbuild is the only tool a user needs to invoke directly. -- -- Stephe