From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88614 invoked by alias); 26 Feb 2016 09:23:52 -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 88573 invoked by uid 89); 26 Feb 2016 09:23:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=353, 2.18, U*bryanhundven, 4d7e6fb0030d 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; Fri, 26 Feb 2016 09:23:49 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 56d019a2.7bd4a80-in06; Fri, 26 Feb 2016 09:23:46 -0000 (UTC) Date: Fri, 26 Feb 2016 09:23:00 -0000 From: Bryan Hundven Reply-To: Bryan Hundven To: crossgcc@sourceware.org Message-ID: <56d019a256188_38253f9b476cf29c2676f@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 88e885: glibc: Clean out old glibc versions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_56d019a255d3f_38253f9b476cf29c26658"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00040.txt.bz2 ----==_mimepart_56d019a255d3f_38253f9b476cf29c26658 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 3573 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 88e8852ccd94a60979971454f8b49cb1d06cd907 https://github.com/crosstool-ng/crosstool-ng/commit/88e8852ccd94a60979971454f8b49cb1d06cd907 Author: Bryan Hundven Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M config/libc/glibc.in Log Message: ----------- glibc: Clean out old glibc versions We now only support glibc >=2.18 This now enables us to clean up glibc support! Also, add a comment about glibc 2.20 as the point which glibc no longer supports not building with pthread. Signed-off-by: Bryan Hundven Commit: cb87833b7b6e83a8375577d0219138d55052bc1c https://github.com/crosstool-ng/crosstool-ng/commit/cb87833b7b6e83a8375577d0219138d55052bc1c Author: Bryan Hundven Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M scripts/build/libc/glibc.sh Log Message: ----------- glibc: reformat glibc build script Move crosstool-ng hook functions to be in the normal locations. This commit has no functional changes. Signed-off-by: Bryan Hundven Commit: 39273e0843cc5f7f91d50651b299a0472f59f472 https://github.com/crosstool-ng/crosstool-ng/commit/39273e0843cc5f7f91d50651b299a0472f59f472 Author: Bryan Hundven Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M scripts/build/libc/glibc.sh Log Message: ----------- glibc: Remove support for downloading and extracting add-ons Since external add-ons were removed in 2.17, and we only support >= 2.18, this support is no longer needed. Signed-off-by: Bryan Hundven Commit: 21d15e0fd6a9c0ffdc5ea39527d54f106f4a4c38 https://github.com/crosstool-ng/crosstool-ng/commit/21d15e0fd6a9c0ffdc5ea39527d54f106f4a4c38 Author: Bryan Hundven Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M scripts/build/libc/glibc.sh Log Message: ----------- glibc: remove do_libc_locales_extract; it's empty No point in calling an empty function. Must be left over from the glibc/eglibc split up... then re-merge. Signed-off-by: Bryan Hundven Commit: ec9af46847376906f8add7d5c8f1137c832779dd https://github.com/crosstool-ng/crosstool-ng/commit/ec9af46847376906f8add7d5c8f1137c832779dd Author: Bryan Hundven Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M scripts/build/libc/glibc.sh Log Message: ----------- glibc: Mirror extra_config flags from do_libc_backend_once In do_libc_backend_once: ``` # Also, if those two are missing, iconv build breaks extra_config+=( --disable-debug --disable-sanity-checks ) ``` But in do_libc_locales we only add ```--disable-debug```. This change adds ```--disable-sanity-checks``` to do_libc_locales to mirror this, as I've seen iconv break this way. Signed-off-by: Bryan Hundven Commit: 6430ff506e7a71afa3810e42df0b72620a05ccd6 https://github.com/crosstool-ng/crosstool-ng/commit/6430ff506e7a71afa3810e42df0b72620a05ccd6 Author: Bryan Hundven Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M config/libc/glibc.in M scripts/build/libc/glibc.sh Log Message: ----------- Merge pull request #353 from bhundven/glibc_cleanup Glibc cleanup Compare: https://github.com/crosstool-ng/crosstool-ng/compare/4d7e6fb0030d...6430ff506e7a ----==_mimepart_56d019a255d3f_38253f9b476cf29c26658 Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_56d019a255d3f_38253f9b476cf29c26658--