From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37189 invoked by alias); 26 Sep 2018 06:52: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 37176 invoked by uid 89); 26 Sep 2018 06:52:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 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, 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, 26 Sep 2018 06:52:09 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1537944728; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=nKmdqBHqr1T/2OoKTHD772sBQvvUBtFH424vTqf8sSM=; b=M3wj2Jh+EFvQDtAC9NTyXKXdCiJsz26gGHXdJyYkvTG9Rk9vFodHdjpD85tvZiisRPW5ZoLt aKz71Wv4LA9a7QK8HPHptgtYmBWSLxIastP0Fn9Z9PcDG2v5IGSxyC0C6ipOSkZBSOIciSYm HSWEuxLB84jEyKYuGadYm6YDCMw= 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.34]) by mxa.mailgun.org with ESMTP id 5bab2c97.7f941012ac30-smtp-out-n01; Wed, 26 Sep 2018 06:52:07 -0000 (UTC) Date: Wed, 26 Sep 2018 06:52:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bab2c971baee_729e2b2043482edc4988@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 398030: Properly handle newlib configuration flags Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bab2c971b7a9_729e2b2043482edc48f1"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00013.txt.bz2 ----==_mimepart_5bab2c971b7a9_729e2b2043482edc48f1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1170 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 398030c11a33a3f6b0c6c7418c7734cdb7b8aa2c https://github.com/crosstool-ng/crosstool-ng/commit/398030c11a33a3f6b0c6c7418c7734cdb7b8aa2c Author: Daniele Baracchi Date: 2018-06-11 (Mon, 11 Jun 2018) Changed paths: M scripts/build/libc/newlib.sh Log Message: ----------- Properly handle newlib configuration flags Commit: b82b8adb441001fc1c7f6d5603834861a2de0d2b https://github.com/crosstool-ng/crosstool-ng/commit/b82b8adb441001fc1c7f6d5603834861a2de0d2b Author: Alexey Neyman Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M scripts/build/libc/newlib.sh Log Message: ----------- Merge pull request #984 from slash3g/master Properly handle newlib configuration flags Compare: https://github.com/crosstool-ng/crosstool-ng/compare/ea1072c29ba3...b82b8adb4410 **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_5bab2c971b7a9_729e2b2043482edc48f1--