From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:8e7:b0:635:d9b4:ba20 with SMTP id dr7-20020a05621408e700b00635d9b4ba20mr28186qvb.11.1690760077266; Sun, 30 Jul 2023 16:34:37 -0700 (PDT) X-Received: by 2002:a05:6870:98a8:b0:1bb:4d41:e924 with SMTP id eg40-20020a05687098a800b001bb4d41e924mr10388340oab.8.1690760076956; Sun, 30 Jul 2023 16:34:36 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 30 Jul 2023 16:34:36 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=108.16.14.5; posting-account=oDmVuAoAAAB1y-q7iD-iUFbo80QOjrKV NNTP-Posting-Host: 108.16.14.5 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <23b32951-0629-4227-bc10-fdf10d3cd7e4n@googlegroups.com> Subject: M1 MAC - libraries From: "Rajagopalan Srinivasan 192/73" Injection-Date: Sun, 30 Jul 2023 23:34:37 +0000 Content-Type: text/plain; charset="UTF-8" Xref: news.eternal-september.org comp.lang.ada:65468 List-Id: What is the way to specify platform dependent Linker options on a Mac? for linux I use something like the following in my gpr file: case os is when "GNU/Linux" => not sure what is equivalent for the M1 Mac? thanks, Srini