From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by sourceware.org (Postfix) with ESMTPS id 274A63858C2C for ; Thu, 18 Nov 2021 07:28:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 274A63858C2C Received: by mail-lf1-x12d.google.com with SMTP id f18so21489903lfv.6 for ; Wed, 17 Nov 2021 23:28:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=h6bZORocROkgmEBdzWLhEg6DzVLAdUIsVWeS5CAEEoA=; b=Dfc4iNFyBixfklpj9VBsixCPwqJ/gvEWw7aG+6x8EfUmbOPVYVUClZVXEb+SAACwVy mhYH/wg5goo+U/D3bRg5D9S3amW8UJWAf3BOsXa07fNIA+F+NUnPK0g6mekdb5ebPwOR OAsTbTwEGcWSbSqOSNcXVW4NSZMaeOIPEs4FAAhTqp3LZPhwCT4Z7jsPklMN2g6KC+ax vCU2BZC7T5rNI/7t1/eMKlLJ1vCkFjBpMyFTKlGETs6Z8IFkMbPZUC6PZwx28ZGVyTp1 VGy1tow+GzeX5THoXKH9JiMyGYGREvOwVV3et0XrJbvevupuQNJRbHh2s0R/w41MnJgt OPlQ== X-Gm-Message-State: AOAM532g+5sp4GlvklgrrIyZJrvPKJWeYSMI3nXpl2W8YBGVMeMSfud0 F6th7cCb9/ADSfChgrIOHj3qZw== X-Google-Smtp-Source: ABdhPJyKh6Mom1HFXvNgjP4nFo50vRx/kx26Wqjxm9KRcYI6MVexOLD94yzVcIW0z22DdKktKt4pJw== X-Received: by 2002:a05:6512:33a5:: with SMTP id i5mr22202500lfg.324.1637220505772; Wed, 17 Nov 2021 23:28:25 -0800 (PST) Received: from localhost ([2a02:2ab8:224:2ce:72b5:e8ff:feef:ee60]) by smtp.gmail.com with ESMTPSA id m20sm210103lfu.241.2021.11.17.23.28.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Nov 2021 23:28:25 -0800 (PST) Date: Thu, 18 Nov 2021 07:28:24 +0000 From: Arnaud Charlet To: iain@sandoe.co.uk Cc: gcc-patches@gcc.gnu.org, Iain Sandoe , joseph@codesourcery.com Subject: Re: [PATCH 4/4] Darwin, Ada : Add loader path as a default rpath. Message-ID: <20211118072824.GB2676888@adacore.com> References: <20211117210319.92514-1-iain@sandoe.co.uk> <20211117210319.92514-2-iain@sandoe.co.uk> <20211117210319.92514-3-iain@sandoe.co.uk> <20211117210319.92514-4-iain@sandoe.co.uk> <20211117210319.92514-5-iain@sandoe.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211117210319.92514-5-iain@sandoe.co.uk> X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2021 07:28:28 -0000 > Allow the Ada runtimes to find GCC runtimes relative to their non- > standard install positions. > > gcc/ada/ > * gcc-interface/Makefile.in: Add @loader_path runpaths to the > libgnat and libgnarl shared library builds. OK, thanks.