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!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT GPL 2016 on Debian Jessie Date: Tue, 12 Jul 2016 08:11:00 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="9627cd948fe47a1e33ddb21cdd8ab4b0"; logging-data="27660"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/DPijy420x/Ov9VTUQFrqoX0+R2AsaCzg=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:O4JMw97Pv+JitWy10GvDkJ60nvw= sha1:e3ETpPzbrYWsJFwDlkuBwgKz1II= Xref: news.eternal-september.org comp.lang.ada:31071 Date: 2016-07-12T08:11:00+01:00 List-Id: rieachus@comcast.net writes: > On Monday, July 11, 2016 at 10:50:24 AM UTC-4, Simon Wright wrote: >> I have 64-bit Debian Jessie (running under VMware Fusion). > > I don't quite understand your problem. If you feel that GCC should > have registered your compiler under one of hundreds of obsolete > machine architectures, Waah! x86-64 is a superset of i686, and a > boatload of other architectures. I wasn't clear enough. The distributed gprbuild/gprconfig package was built on a machine with i686-pc-linux-gnu, but the distributed GCC was built for x86_64-pc-linux-gnu, so the distributed gprbuild/gprconfig was not willing to treat the distributed GCC as a usable compiler unless it was told to. Thanks for the explanation, though.