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: 103376,c29b14f3223f3446 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.8.199 with SMTP id t7mr12449508pba.3.1319473431604; Mon, 24 Oct 2011 09:23:51 -0700 (PDT) Path: c1ni8106pbr.0!nntp.google.com!news2.google.com!postnews.google.com!d33g2000prb.googlegroups.com!not-for-mail From: jrmarino Newsgroups: comp.lang.ada Subject: Re: Bootstrapping Gnu ADA onto FreeBSD/AMD64-CURRENT Date: Mon, 24 Oct 2011 09:23:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5b97301e-7947-43bb-bfce-819690d5dd35@d33g2000prb.googlegroups.com> References: <4ea41d89$0$2553$da0feed9@news.zen.co.uk> <4ea44ad9$0$2965$fa0fcedb@news.zen.co.uk> <87zkgriiv5.fsf@ludovic-brenta.org> <4ea4811f$0$2966$fa0fcedb@news.zen.co.uk> NNTP-Posting-Host: 109.223.44.248 Mime-Version: 1.0 X-Trace: posting.google.com 1319473431 9748 127.0.0.1 (24 Oct 2011 16:23:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 24 Oct 2011 16:23:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d33g2000prb.googlegroups.com; posting-host=109.223.44.248; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1,gzip(gfe) Xref: news2.google.com comp.lang.ada:14170 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-10-24T09:23:49-07:00 List-Id: On Oct 23, 11:03=A0pm, Mark Murray wrote: > > I'm working on the lang/gcc47 port. That gnat-aux may help a lot, > thanks! > > M > -- > Mark "No Nickname" Murray > Notable nebbish, extreme generalist. GNAT-AUX is basically the latest released GNAT FSF compiler. Currently it's 4.6.1, soon to be 4.6.2. However, when gcc 4.7.0 is released and gnat-aux is verified to be error-free, it will be transitioned to gcc 4.7. So... A) You're basically re-inventing the wheel B) You're going to be missing some vital patches. I still haven't forwarded necessary FreeBSD patches back the gcc project. Any stock build of gnat-gcc on FreeBSD is going to have issues. C) There's no reason to bootstrap with an old gnat, gnat-aux is modern so this is the compiler you should use to build this stock 4.7. John