From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29276 invoked by alias); 15 Dec 2018 09:11:39 -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 29239 invoked by uid 89); 15 Dec 2018 09:11:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Home, January, H*r:Unknown, extracting 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, 15 Dec 2018 09:11:36 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1544865095; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=fC6ceronAM/VkBn+uklxpR/DORXbiWQ9JZ471vgsa+4=; b=XawSAhhA5HHUVMsT7/qONbZr70p0EjcFTwnAcNmevJtSl7aE2RPKivRMxP8Mw0lToKqqWDpj LH0OLzUkk4oB3hUG42qOmJqozHTKblo29rbLk0+HdHrkeS/8QZZ4aJ7g2QtzpNihGTDvbXDs bJCf8FvstPj71cmAb893fhaJHpE= X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c14c546.7f6d2b95b4b0-smtp-out-n02; Sat, 15 Dec 2018 09:11:34 -0000 (UTC) Date: Sat, 15 Dec 2018 09:11:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5c14c545c3e23_34292ad76fb965744051e@hookshot-fe-31feec6.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] e46f6d: Use "package ksym" when fetching/extracting Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5c14c545c3778_34292ad76fb965744043d"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00012.txt.bz2 ----==_mimepart_5c14c545c3778_34292ad76fb965744043d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1793 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: e46f6d9966770ddf0ddebf10af22237186f70219 https://github.com/crosstool-ng/crosstool-ng/commit/e46f6d9966770ddf0ddebf10af22237186f70219 Author: Alexey Neyman Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: M scripts/build/libc.sh Log Message: ----------- Use "package ksym" when fetching/extracting ... in the default implementation of the fetch/extract methods. Fixes #1116. Signed-off-by: Alexey Neyman Commit: 9fc729b4b0335ea80d5bdd03705f2868d2f51db0 https://github.com/crosstool-ng/crosstool-ng/commit/9fc729b4b0335ea80d5bdd03705f2868d2f51db0 Author: Alexey Neyman Date: 2018-12-15 (Sat, 15 Dec 2018) Changed paths: M scripts/build/libc/bionic.sh Log Message: ----------- Bionic modifies CT_TARGET_CFLAGS ... which, after a recent change, is not reflected into CT_ALL_TARGET_CFLAGS for non-multilib configurations. Signed-off-by: Alexey Neyman Commit: eb72b4eb1ded5492ba839cb1aa33cbe9f5f11584 https://github.com/crosstool-ng/crosstool-ng/commit/eb72b4eb1ded5492ba839cb1aa33cbe9f5f11584 Author: Alexey Neyman Date: 2018-12-15 (Sat, 15 Dec 2018) Changed paths: M scripts/build/libc.sh M scripts/build/libc/bionic.sh Log Message: ----------- Merge pull request #1117 from stilor/fix-android Fix android sample Compare: https://github.com/crosstool-ng/crosstool-ng/compare/de48268390ea...eb72b4eb1ded **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5c14c545c3778_34292ad76fb965744043d--