From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:4903:: with SMTP id w3mr340724qka.178.1593069662088; Thu, 25 Jun 2020 00:21:02 -0700 (PDT) X-Received: by 2002:a54:4585:: with SMTP id z5mr1191683oib.110.1593069661778; Thu, 25 Jun 2020 00:21:01 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!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: Thu, 25 Jun 2020 00:21:01 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a01:e35:2fe6:1fd0:b0ba:8876:74d1:8dac; posting-account=VpkXKAoAAACJdJbPSrB2RRuO-i3D4Q8l NNTP-Posting-Host: 2a01:e35:2fe6:1fd0:b0ba:8876:74d1:8dac References: <4d9fa282-830d-42f7-a3bf-ba127cb2ad06o@googlegroups.com> <8332f305-299f-45d7-9f9d-2cad924b24d8o@googlegroups.com> <9d941aca-2eb6-4f35-a346-c290c4666bdfo@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada on Apple's new procesors From: charlet@adacore.com Injection-Date: Thu, 25 Jun 2020 07:21:02 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59219 List-Id: > > Wait, do the FSF GNAT repositories themselves now contain the mods for = LLVM instead of obtaining GNAT-LLVM mods from https://github.com/AdaCore/gn= at-llvm, which is pure-GPLv3 licensed. >=20 > There was no change required. GNAT has always had an interface to the > GCC compiler via a glue layer which fits the interface exposed by GNAT. > GNAT-LLVM just implements the same interface. Read the README in the > GNAT-LLVM repo, it tells you to download the FSF GNAT. >=20 > > https://github.com/AdaCore/gnat-llvm/blob/master/COPYING3 > >=20 > > If mixing FSF GNAT with any 1 or more non-data/non-script (i.e., compil= ed; linked) source file(s) in https://github.com/AdaCore/gnat-llvm, then RL= E evaporates because that 1 or more source file lacks the RLE; hence FSF GN= AT-LLVM would become pure GPLv3. > >=20 >=20 > The compiler links to GNAT-LLVM, the runtime doesn't. >=20 > Pretty sure that the AdaCore people said it won't fall under GPL. That's correct, there is no issue here. The GNAT LLVM compiler is a tool an= d is licensed under GPLv3, which is just fine and the proper license for a = tool. The runtime which is linked with your executable comes from the gcc.g= nu.org repository and contains the GCC RunTime exception license.