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,e56fd2619c02e35a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.11.199 with SMTP id s7mr28985983pbb.5.1317138005403; Tue, 27 Sep 2011 08:40:05 -0700 (PDT) Path: lh7ni6042pbb.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: 64 bit codes Date: Tue, 27 Sep 2011 16:39:59 +0100 Organization: A noiseless patient Spider Message-ID: References: <4e817fdb$0$7615$9b4e6d93@newsspool1.arcor-online.net> <213da3b7-f9d0-4a7d-b215-9992ee0f1a02@f6g2000vbm.googlegroups.com> <2a797a9e-f0e3-4fbe-8f40-b6787b4e2879@o11g2000yqc.googlegroups.com> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="24492"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+CE0vxyvknnp/5ZnSJ2DtoekRrfARluRY=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:qoh1BuzwpEEvucZ8Nfafv6CM0i0= sha1:IFaihpv5ZJNC8i5FUiNu8ZMohXs= Xref: news1.google.com comp.lang.ada:18172 Content-Type: text/plain; charset=us-ascii Date: 2011-09-27T16:39:59+01:00 List-Id: Ludovic Brenta writes: > No, there is more to it than that. Given that most of GNAT is written > in Ada, one requires a 64-bit Ada compiler to produce the first 64-bit > Ada compiler; that's the classic catch-22 aka bootstrapping process. > In the case of GNAT, this problem is exacerbated by the requirement to > also bootstrap the run-time library. I built an x86_64 compiler for Darwin using an i386 (32-bit) compiler; no trouble at all. Not going to try it for Windows, though!