From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96735 invoked by alias); 6 Feb 2017 04:42:38 -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 95398 invoked by uid 89); 6 Feb 2017 04:42:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:fe2, H*M:fe2, Hx-languages-length:2651, H*r:Unknown X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Feb 2017 04:42:05 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5897fe9d.7f7830173ba0-smtp-out-n02; Mon, 06 Feb 2017 04:42:05 -0000 (UTC) Date: Mon, 06 Feb 2017 04:42:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5897fe9c1dba2_21e73fc5d0463c34955b9@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 100734: Remove OBSTACK from uclibc-ng config Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5897fe9c1d80d_21e73fc5d0463c34954b3"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00006.txt.bz2 ----==_mimepart_5897fe9c1d80d_21e73fc5d0463c34954b3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2703 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 10073494569bc54b1798e15f6c26be23c1284640 https://github.com/crosstool-ng/crosstool-ng/commit/10073494569bc54b1798e15f6c26be23c1284640 Author: Alexey Neyman Date: 2017-02-04 (Sat, 04 Feb 2017) Changed paths: M contrib/uClibc-defconfigs/uClibc-ng.config Log Message: ----------- Remove OBSTACK from uclibc-ng config It has been (incompletely) removed since 1.0.21. Requested-by: Waldemar Brodkorb Signed-off-by: Alexey Neyman Commit: 344d324d190158ffdab50657ff6cd81b38d2da5e https://github.com/crosstool-ng/crosstool-ng/commit/344d324d190158ffdab50657ff6cd81b38d2da5e Author: Alexey Neyman Date: 2017-02-04 (Sat, 04 Feb 2017) Changed paths: M config/libc/uClibc.in Log Message: ----------- Obsolete uClibc 0.9.33.2 It has not seen any new commits since July 2015, and haven't had any releases since May 2012. The only two architectures marked as supported by uClibc but not by uClibc-ng are v850 and i960. Both are marked as "BROKEN" in the most recent release of uClibc, 0.9.33.2. RIP, uClibc. Signed-off-by: Alexey Neyman Commit: df68f203b4e7087beffb3a91dbae9278abd91c1c https://github.com/crosstool-ng/crosstool-ng/commit/df68f203b4e7087beffb3a91dbae9278abd91c1c Author: Alexey Neyman Date: 2017-02-04 (Sat, 04 Feb 2017) Changed paths: A patches/uClibc/0.9.33.2/999-make-olddefconfig.patch M scripts/build/libc/uClibc.sh M scripts/functions Log Message: ----------- Use 'make olddefconfig' in uClibc/uClibc-ng configuration instead of 'make oldconfig' and responding 'y'. This avoids 'Broken pipe' errors in the log, as well as selects default setting for all options not explicitly set. This requires a small fix in the old uClibc. Won't have to maintain that fix for long though :) Signed-off-by: Alexey Neyman Commit: a459a33936a9b71d8dbc147d82c00eef3354cfeb https://github.com/crosstool-ng/crosstool-ng/commit/a459a33936a9b71d8dbc147d82c00eef3354cfeb Author: Alexey Neyman Date: 2017-02-05 (Sun, 05 Feb 2017) Changed paths: M config/libc/uClibc.in M contrib/uClibc-defconfigs/uClibc-ng.config A patches/uClibc/0.9.33.2/999-make-olddefconfig.patch M scripts/build/libc/uClibc.sh M scripts/functions Log Message: ----------- Merge pull request #574 from stilor/uclibc-obstack 3 unrelated uClibc changes, see individual commits Compare: https://github.com/crosstool-ng/crosstool-ng/compare/df7579f20503...a459a33936a9 ----==_mimepart_5897fe9c1d80d_21e73fc5d0463c34954b3--