From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93338 invoked by alias); 16 Feb 2020 23:22:49 -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 93330 invoked by uid 89); 16 Feb 2020 23:22:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=4.0 required=5.0 tests=AWL,BAYES_50,GIT_PATCH_2,NOREPLY_FROM,SPF_PASS autolearn=no version=3.3.1 spammy=H*Ad:U*crossgcc, HX-Envelope-From:sk:noreply, H*F:U*noreply, Changed X-HELO: out-22.smtp.github.com Received: from out-22.smtp.github.com (HELO out-22.smtp.github.com) (192.30.252.205) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 16 Feb 2020 23:22:48 +0000 Date: Sun, 16 Feb 2020 23:22:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1581895366; bh=NFWyIGmHtSY49w4EYv1XQD66sZ8eMwCZcRdjVFq+mqY=; h=Date:From:To:Subject:From; b=pSwixe3FV1gICHQS8CJVNth3ZsHTgDCu7zdiIX+2UIeM1jttnumrYhDXY+A59PDUA pgOcXprsyMoviP/iUp+GIfHqAKwEeb5q7l9GvTUGI5JjuilZ4loJCnHayTYR9qF7hu atFie3DsqIa3ZsIE6DsAQ59DE6O63ORlKXcsJp9g= From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] bd0ea7: prevent the glibc build from overwriting flags 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: 2020-02/txt/msg00003.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: bd0ea7ed21f140d4e911ff4a63693b54a455c349 https://github.com/crosstool-ng/crosstool-ng/commit/bd0ea7ed21f140d4e911ff4a63693b54a455c349 Author: Norbert Lange Date: 2019-10-27 (Sun, 27 Oct 2019) Changed paths: M scripts/build/libc/glibc.sh Log Message: ----------- prevent the glibc build from overwriting flags The glibc will append the content of the CFLAGS variable, overriding previous flags. If unset, the CFLAGS variable is not empty, so explicitly set it. Instead prepend the default CFLAGS flags. Signed-off-by: Norbert Lange Commit: 4fa0ba100b8924b27942ff253c5474c655427027 https://github.com/crosstool-ng/crosstool-ng/commit/4fa0ba100b8924b27942ff253c5474c655427027 Author: Alexey Neyman Date: 2020-02-16 (Sun, 16 Feb 2020) Changed paths: M scripts/build/libc/glibc.sh Log Message: ----------- Merge pull request #1270 from nolange/prevent_glibc_cflags_override prevent the glibc build from overwriting flags Compare: https://github.com/crosstool-ng/crosstool-ng/compare/4897426202e5...4fa0ba100b89