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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: ANN: Cortex GNAT RTS 20180607 Date: Thu, 07 Jun 2018 17:39:01 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: reader02.eternal-september.org; posting-host="b34925ad4ac1c0fcc07e960b5b50c6b0"; logging-data="16134"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/FTwTqNKRY7aRFrxK99UstYgo8af2KOfA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:Q/gwu0EFg6JcQ9C17KLMcVktlv8= sha1:f0HTPVgcha6bubTByauqIQjnLUw= Xref: reader02.eternal-september.org comp.lang.ada:52974 Date: 2018-06-07T17:39:01+01:00 List-Id: This release doesn't change any RTS functionality; instead, it reorganises the structure of the source code so as to accomodate the changes made to keep in synchrony with compiler releases without using git branches. [I'd like to shout out a big THANKS! to the person here who reminded me about using variant-specific subdirectories for the changed files. I was getting quite overwhelmed with running 6 parallel branches!] This affects how you build the RTS: you must specify which release of the compiler you're building for, e.g. make RELEASE=gnat-gpl-2017 and the RTS must be installed, either with the compiler or locally (you can't any longer use the RTS directly in its build location). Find at https://github.com/simonjwright/cortex-gnat-rts/releases/tag/r20180607