From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79340 invoked by alias); 22 Mar 2017 18:56:47 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 79325 invoked by uid 89); 22 Mar 2017 18:56:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, H*R:D*net X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Mar 2017 18:56:44 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 58d2c8ea.7f12dc51f510-smtp-out-n02; Wed, 22 Mar 2017 18:56:42 -0000 (UTC) Date: Wed, 22 Mar 2017 18:56:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58d2c8e966a79_5a013f7fed237c2c1307bf@hookshot-fe6-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 3d1678: Make creation of ld.so.conf optional Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58d2c8e9666e1_5a013f7fed237c2c1306be"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00035.txt.bz2 ----==_mimepart_58d2c8e9666e1_5a013f7fed237c2c1306be Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1536 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 3d1678a7f65ae541eba7114fe7447c38c7d9259d https://github.com/crosstool-ng/crosstool-ng/commit/3d1678a7f65ae541eba7114fe7447c38c7d9259d Author: Alexey Neyman Date: 2017-03-22 (Wed, 22 Mar 2017) Changed paths: M config/libc.in M scripts/build/internals.sh Log Message: ----------- Make creation of ld.so.conf optional ... enabled by default for multilib and disabled otherwise. Buildroot has been complaining about /etc/ld.so.conf presence for almost a year now and I missed that. After the release, xldd will be modified to query the compiler for the list of multilibs to search. This would be too invasive change before 1.23, though. Note that it may lead to configurations where xldd currently does not find the libraries (if both DEMULTILIB and CREATE_LDSO_CONF are turned off). This is not the default setting in Kconfig, though. Signed-off-by: Alexey Neyman Commit: 54f43778b1a2723481f3df304b67ead45fe91862 https://github.com/crosstool-ng/crosstool-ng/commit/54f43778b1a2723481f3df304b67ead45fe91862 Author: Alexey Neyman Date: 2017-03-22 (Wed, 22 Mar 2017) Changed paths: M config/libc.in M scripts/build/internals.sh Log Message: ----------- Merge pull request #657 from stilor/no-ldsoconf Make creation of ld.so.conf optional Compare: https://github.com/crosstool-ng/crosstool-ng/compare/91169535d707...54f43778b1a2 ----==_mimepart_58d2c8e9666e1_5a013f7fed237c2c1306be--