From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115478 invoked by alias); 2 Oct 2019 04:17: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 115470 invoked by uid 89); 2 Oct 2019 04:17:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_NUMSUBJECT,SPF_PASS autolearn=ham version=3.3.1 spammy=www.sourceware.org, sk:www.sou, UD:www.sourceware.org, wwwsourcewareorg X-HELO: out-16.smtp.github.com Received: from out-16.smtp.github.com (HELO out-16.smtp.github.com) (192.30.254.199) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Oct 2019 04:17:11 +0000 Date: Wed, 02 Oct 2019 04:17:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1569989828; bh=p8QqOHwk6YEbHlTeclzOgKj9EFS2qVFsk+DZ8I0W/kk=; h=Date:From:To:Subject:From; b=PhM0HAV2sDlBM0ShRISUwnT7pIR7q7ypaaDmHHJWQ6DIfqAZrP809/3uwEo+2EP91 q1pgroxvUmK4O2OtJ9+7ukVX4EjH+ctgEcGDbdLISLawgGyNlapzVQMHbFAYW8HbZf zjufdAxd6R7zY8uJTj5A80hw14sCWehu/aNryjEc= From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] af2f3a: libc: glibc 2.28 needs make 4.0 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-SW-Source: 2019-10/txt/msg00004.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: af2f3ac9c5454cb89d081405468ee5df58994ab4 https://github.com/crosstool-ng/crosstool-ng/commit/af2f3ac9c5454cb89d081405468ee5df58994ab4 Author: Chris Packham Date: 2019-09-04 (Wed, 04 Sep 2019) Changed paths: M config/libc/glibc.in Log Message: ----------- libc: glibc 2.28 needs make 4.0 Fixes: #1210 Per the release notes for the GNU C library 2.28[1] make 4.0 or newer is required. Previously the logic was applied to glibc 2.29 or newer. [1] - https://www.sourceware.org/ml/libc-alpha/2018-08/msg00003.html Signed-off-by: Chris Packham Commit: 715591306ff97f2838d15b5ac641db9098d7bf6f https://github.com/crosstool-ng/crosstool-ng/commit/715591306ff97f2838d15b5ac641db9098d7bf6f Author: Alexey Neyman Date: 2019-10-01 (Tue, 01 Oct 2019) Changed paths: M config/libc/glibc.in Log Message: ----------- Merge pull request #1231 from cpackham/glibc-2.28-make-4.0 libc: glibc 2.28 needs make 4.0 Compare: https://github.com/crosstool-ng/crosstool-ng/compare/b01fbcb8b05b...715591306ff9