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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.218.130 with SMTP id c124mr6265042ywe.144.1475926104780; Sat, 08 Oct 2016 04:28:24 -0700 (PDT) X-Received: by 10.157.46.197 with SMTP id w63mr2504427ota.12.1475926104739; Sat, 08 Oct 2016 04:28:24 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!g45no790226qte.1!news-out.google.com!203ni3531itk.0!nntp.google.com!o19no1182540ito.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 8 Oct 2016 04:28:24 -0700 (PDT) In-Reply-To: <869242276.497524703.386042.laguest-archeia.com@nntp.aioe.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3cda:7600:932b:b705:6315:5a80; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3cda:7600:932b:b705:6315:5a80 References: <4a4cee95-52e4-42c6-b4bb-a8146744bafd@googlegroups.com> <9f2f108e-9f8d-4ba2-86ad-ca5baae7c771@googlegroups.com> <7d6e52e2-af45-4a9b-904f-be2504e3eb02@googlegroups.com> <00a5b373-109d-469f-a20c-ac1352313bb6@googlegroups.com> <869242276.497524703.386042.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7b73ca61-d2db-4fb2-9d15-56f21e238438@googlegroups.com> Subject: Re: to Simon Wright, re Mac OS X builds From: Lucretia Injection-Date: Sat, 08 Oct 2016 11:28:24 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:32050 Date: 2016-10-08T04:28:24-07:00 List-Id: On Friday, 7 October 2016 10:24:37 UTC+1, Luke A. Guest wrote: > Yes. Given that GCC just uses the host Linux, it really should use the host > libc++ as well, especially for iOS where, it looks like, the Dylan's are in > the firmware image on the hardware. Bloody autocomplete on my phone!! I do wonder if we should be building libstdc++ libs as the system one was design, apparently, to be abi compatible to the gcc one. so if dynamic linking is used, the installed package would just use the system one. But right now, GCC doesn't support arm-apple-darwin*, so that needs to be ported or use the old files that apple wrote and update them. Luke.