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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,314d661a32522d8a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!8g2000hse.googlegroups.com!not-for-mail From: baldrick Newsgroups: comp.lang.ada Subject: Re: Announcement: GNAT ported to LLVM Date: Fri, 11 Apr 2008 06:37:15 -0700 (PDT) Organization: http://groups.google.com Message-ID: <902dd4cc-0fd1-49f4-9b81-47c92fcd082a@8g2000hse.googlegroups.com> References: NNTP-Posting-Host: 129.175.50.15 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1207921035 18706 127.0.0.1 (11 Apr 2008 13:37:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 11 Apr 2008 13:37:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 8g2000hse.googlegroups.com; posting-host=129.175.50.15; posting-account=H52IZQoAAAAXM-RV35eCd20PYXCi5WQf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008040514 Firefox/3.0b5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20879 Date: 2008-04-11T06:37:15-07:00 List-Id: I made a mistake in the instructions for building llvm-gcc with Ada support (http://llvm.org/docs/GCCFEBuildInstrs.html): you need to use the 2005 GNAT GPL edition if you are building the LLVM 2.2 release, not the 2006 edition as originally stated [*]. I've tweaked the version of the Ada front-end in the LLVM subversion repository so that it can be built using the 2005, 2006 and 2007 GNAT GPL editions, as well as with gcc-4.2. It fails to build with gcc-4.3, but I can try to fix that too if anyone wants it. Duncan. [*] llvm-gcc is based on gcc-4.2, which also can't be built with the 2006 GNAT GPL edition.