From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:7f4a:: with SMTP id g10mr1275665qtk.296.1623873923469; Wed, 16 Jun 2021 13:05:23 -0700 (PDT) X-Received: by 2002:a5b:58e:: with SMTP id l14mr1099460ybp.303.1623873923267; Wed, 16 Jun 2021 13:05:23 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 16 Jun 2021 13:05:23 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:bea0:7dcd:e6cc:ad08:f407; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:bea0:7dcd:e6cc:ad08:f407 References: <69f55673-f75c-4ee7-a11b-87b6110f6133n@googlegroups.com> <76a267d0-3fef-4bec-8ec8-86d85a614125n@googlegroups.com> <0847a8ed-623c-47fa-8dbf-7b505bd4ced0n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0a4d376f-7527-488c-97ae-57a599aaab19n@googlegroups.com> Subject: Re: GNAT CE 2021 is out From: Gautier write-only address Injection-Date: Wed, 16 Jun 2021 20:05:23 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62235 List-Id: Le mercredi 16 juin 2021 =C3=A0 19:21:48 UTC+2, Simon Wright a =C3=A9crit= =C2=A0: > package Builder is=20 > for Global_Configuration_Pragmas use "gnat.adc";=20 > end Builder;=20 >=20 > package Compiler is=20 > for Local_Configuration_Pragmas use "gnat_local.adc";=20 > end Compiler;=20 Perfect - again! Here is the change for HAC's project file: https://github.com/zertovitch/hac/commit/2a26d65 https://sourceforge.net/p/hacadacompiler/code/472/ > Gprbuild doesn't complain about finding either of these, which are in=20 > the same directory as the project file (I'm not sure whether they're=20 > actually _actioned_). With the "-vm" gprbuild option you can see what is passed to the compiler; = with the Local_Configuration_Pragmas a corresponding "-gnatec=3D..." compil= er option is added.