From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63037 invoked by alias); 17 Dec 2016 22:26:12 -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 63018 invoked by uid 89); 17 Dec 2016 22:26:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=alexey, Alexey, scripts, H*r:Unknown 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; Sat, 17 Dec 2016 22:26:02 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5855bb78.7fecac71c540-smtp-out-n03; Sat, 17 Dec 2016 22:26:00 -0000 (UTC) Date: Sat, 17 Dec 2016 22:26:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5855bb7853511_773d3ff7f45fb12c1185f4@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 53758f: Avoid host libs when compiling gettext. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5855bb7853095_773d3ff7f45fb12c11849d"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-12/txt/msg00016.txt.bz2 ----==_mimepart_5855bb7853095_773d3ff7f45fb12c11849d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1747 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 53758f34ef50050a8e75ac87975816d7d328370f https://github.com/crosstool-ng/crosstool-ng/commit/53758f34ef50050a8e75ac87975816d7d328370f Author: Alexey Neyman Date: 2016-12-17 (Sat, 17 Dec 2016) Changed paths: M scripts/build/companion_libs/330-gettext.sh Log Message: ----------- Avoid host libs when compiling gettext. On Travis, old libxml2 is picked up from host and breaks the build. Signed-off-by: Alexey Neyman Commit: b1ac2e7a7d18f167219012621983263579a3be96 https://github.com/crosstool-ng/crosstool-ng/commit/b1ac2e7a7d18f167219012621983263579a3be96 Author: Alexey Neyman Date: 2016-12-17 (Sat, 17 Dec 2016) Changed paths: M scripts/build/cc/100-gcc.sh M scripts/functions Log Message: ----------- Pass original multi_os_dir to iterator. This is needed for callbacks that use that directory to look inside GCC internal directories, e.g. moving the libraries. This broke when I made libexpat for target honor ${CT_SHARED_LIBS}. Signed-off-by: Alexey Neyman Commit: a72f841bc2d2a1b3db838d3178d46f010b2f760e https://github.com/crosstool-ng/crosstool-ng/commit/a72f841bc2d2a1b3db838d3178d46f010b2f760e Author: Alexey Neyman Date: 2016-12-17 (Sat, 17 Dec 2016) Changed paths: M scripts/build/cc/100-gcc.sh M scripts/build/companion_libs/330-gettext.sh M scripts/functions Log Message: ----------- Merge pull request #509 from stilor/more-gettext More gettext-related fixes Compare: https://github.com/crosstool-ng/crosstool-ng/compare/400f9e097265...a72f841bc2d2 ----==_mimepart_5855bb7853095_773d3ff7f45fb12c11849d--