From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20440 invoked by alias); 4 Mar 2020 21:58:44 -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 20430 invoked by uid 89); 4 Mar 2020 21:58:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LOTSOFHASH,NOREPLY_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*F:U*noreply, H*r:sk:crossgc, crosstool-ng, H*MI:master X-HELO: o11.sgmail.github.com Received: from o11.sgmail.github.com (HELO o11.sgmail.github.com) (167.89.101.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Mar 2020 21:58:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; h=from:to:subject:mime-version:content-type:content-transfer-encoding; s=s20150108; bh=bNBJflufuYIJbwQbkUUP2W5T9agf3pYoJ6czrwlmVvM=; b= R8vKUcVR/GGly+7279XSqqVwlGH3Zsws2nUG2HTGtG/RlgptHTG+9+Rp7gxeHGeq uIJOW3EEOVebN3DG6+zVhdD2GUIqNmRG2+QuHaL0LxS1SgrfuLLU/HufqvM2LWEv X+UiWFhToPV4YzV9snQlDaYn5X+a9635I93+KVqt/pM= Received: by filter0212p1iad2.sendgrid.net with SMTP id filter0212p1iad2-20602-5E602490-17 2020-03-04 21:58:40.572337747 +0000 UTC m=+1391345.716881410 Received: from github-lowworker-39ac79b.ac4-iad.github.net (unknown [140.82.115.69]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id Z33lvPpPTeeGO5FE6K1NNg for ; Wed, 04 Mar 2020 21:58:40.303 +0000 (UTC) Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ac79b.ac4-iad.github.net (Postfix) with ESMTP id 391DD18C0D85 for ; Wed, 4 Mar 2020 13:58:40 -0800 (PST) Date: Wed, 04 Mar 2020 21:58:00 -0000 From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 2ae68d: Fix upstream for undeclared PAGE_SHIFT Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: crossgcc@sourceware.org X-Auto-Response-Suppress: All X-SG-EID: 7xZTsbg3ppjBorJwV2IZA7ZazDToAKCStSasgW8YjM9wU89ApMN9SP+nlK2klH2S3RMT5vdxOqMp1Y ElA0fLWuYpLxHUfb4wd20CFRAuf731LK4VTVJIc5v+jJ1AkAhAtGa7931O6rNkpFqICtSjHjQSHIea VrxeCB3Vs+hiZvTelM1fP4Qy23rBnmZbPLADaWeMQdAV8HnrFGsolpLbB5r0c3jh/xXScmXtWuk6Sn Y= X-SW-Source: 2020-03/txt/msg00001.txt Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 2ae68d915000f6edb9b903a2687332333df1ef40 https://github.com/crosstool-ng/crosstool-ng/commit/2ae68d915000f6edb9b903a2687332333df1ef40 Author: Alexey Neyman Date: 2020-03-03 (Tue, 03 Mar 2020) Changed paths: A packages/uClibc-ng/1.0.33/0000-missing-header.patch Log Message: ----------- Fix upstream for undeclared PAGE_SHIFT Signed-off-by: Alexey Neyman Commit: 86062515858aefe5f1f66b2a315aafa458999ede https://github.com/crosstool-ng/crosstool-ng/commit/86062515858aefe5f1f66b2a315aafa458999ede Author: Alexey Neyman Date: 2020-03-03 (Tue, 03 Mar 2020) Changed paths: M config/libc/glibc.in M scripts/build/arch/sparc.sh Log Message: ----------- Add --with-cpu= on 32-bit SPARC ... if building for GLIBC 2.31+. Signed-off-by: Alexey Neyman Commit: 29422b2eda308526cd568507109b0a222eb09449 https://github.com/crosstool-ng/crosstool-ng/commit/29422b2eda308526cd568507109b0a222eb09449 Author: Alexey Neyman Date: 2020-03-04 (Wed, 04 Mar 2020) Changed paths: M config/arch/powerpc.in M packages/gcc/package.desc Log Message: ----------- Disallow PPS SPE ABI with GCC 9+ and GLIBC 2.30+, they no longer support it. Signed-off-by: Alexey Neyman Commit: e2957c35eb57c71846da241b81bb3322eceedf77 https://github.com/crosstool-ng/crosstool-ng/commit/e2957c35eb57c71846da241b81bb3322eceedf77 Author: Alexey Neyman Date: 2020-03-04 (Wed, 04 Mar 2020) Changed paths: M config/arch/powerpc.in M config/libc/glibc.in M packages/gcc/package.desc A packages/uClibc-ng/1.0.33/0000-missing-header.patch M scripts/build/arch/sparc.sh Log Message: ----------- Merge pull request #1311 from stilor/more-fixes-after-upgrades More fixes after upgrades Compare: https://github.com/crosstool-ng/crosstool-ng/compare/c969be1880f9...e2957c35eb57