From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125256 invoked by alias); 20 Feb 2019 08:46:48 -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 120227 invoked by uid 89); 20 Feb 2019 08:46:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=BAYES_00,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:cflags_, manipulation, sk:CFLAGS_, accordance 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, 20 Feb 2019 08:46:33 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:to:subject:mime-version:content-type:content-transfer-encoding; s=s20150108; bh=oU1By6hpJSOGXHPOuWJG5Dsx9vI=; b=mc7e/H7NQrOV+jUH GvjVeqppcUt+vCuQtS4X0hkhNYc/PuJCQ1X4MsU/fiJ+l3bCYTCuftZiknN72m5x SxOqw9DnT6nB8uXO+pf2PKQckaeDjgWLN2bpF7kHI62tHAHUM7bUM/D0odICOvYH gGhOSBTBmfiwZhMQGsaJd4GMzbM= Received: by filter0412p1iad2.sendgrid.net with SMTP id filter0412p1iad2-953-5C6D13E7-F 2019-02-20 08:46:31.148708942 +0000 UTC m=+131184.909595592 Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0009p1iad2.sendgrid.net (SG) with ESMTP id swhz1neJRKydPwZKoqxftw for ; Wed, 20 Feb 2019 08:46:31.115 +0000 (UTC) Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id 1C55E1E0363 for ; Wed, 20 Feb 2019 00:46:31 -0800 (PST) Date: Wed, 20 Feb 2019 08:46:00 -0000 From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] a02497: Duh! do not override ${cflags} 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: 7xZTsbg3ppjBorJwV2IZA7ZazDToAKCStSasgW8YjM9QJTAlZdjMoqOHwTkVUfdbkCLzJSLi/d++zx o5lQUjcqjzY/vPjDa7Ap+PNlZt9tu6UYFjOfxFhP1/pnO6AdYU+IoSasny5D1co/v0Ok85RTO5JkjQ PA8maQYdBHbLvwZkRiIDR/OqdbpLmgv+TrYSynJlv8TkBalGln6rvBRkEQ== X-SW-Source: 2019-02/txt/msg00013.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: a0249703fd628fc0a74f6a7505b2be8acd9084ca https://github.com/crosstool-ng/crosstool-ng/commit/a0249703fd628fc0a74f6a7505b2be8acd9084ca Author: Alexey Neyman Date: 2019-02-19 (Tue, 19 Feb 2019) Changed paths: M scripts/build/cc/gcc.sh Log Message: ----------- Duh! do not override ${cflags} ... in the backend function with ${CFLAGS_FOR_HOST}. The caller either supplies them already, or (in case of pass-1/2 of the canadian cross) passes ${CFLAGS_FOR_BUILD} there. Signed-off-by: Alexey Neyman Commit: 865171abc7bc468a577987725303ac9b8c580e52 https://github.com/crosstool-ng/crosstool-ng/commit/865171abc7bc468a577987725303ac9b8c580e52 Author: Alexey Neyman Date: 2019-02-19 (Tue, 19 Feb 2019) Changed paths: M scripts/build/libc/uClibc.sh Log Message: ----------- Stash the uClibc config after our mods ... before running `make olddefconfig`. This helps in debugging. Signed-off-by: Alexey Neyman Commit: 16efa9d3e7d2fcbfd0971062d7b17bd5709d41fd https://github.com/crosstool-ng/crosstool-ng/commit/16efa9d3e7d2fcbfd0971062d7b17bd5709d41fd Author: Alexey Neyman Date: 2019-02-19 (Tue, 19 Feb 2019) Changed paths: M scripts/functions Log Message: ----------- Add debug output to Kconfig manipulation functions Signed-off-by: Alexey Neyman Commit: 8088c6ef4733d0b9fff9cd538c7f2c745434f149 https://github.com/crosstool-ng/crosstool-ng/commit/8088c6ef4733d0b9fff9cd538c7f2c745434f149 Author: Alexey Neyman Date: 2019-02-20 (Wed, 20 Feb 2019) Changed paths: M scripts/build/libc/uClibc.sh Log Message: ----------- Select flat/FDPIC in accordance with ct-ng setting uClibc-ng 1.0.31 enabled FDPIC as an option for ARM/no-MMU configurations and defaults to that option if not set explicitly. Signed-off-by: Alexey Neyman Commit: 9627a041d25e56de06c4eab0ac4af72975b08113 https://github.com/crosstool-ng/crosstool-ng/commit/9627a041d25e56de06c4eab0ac4af72975b08113 Author: Alexey Neyman Date: 2019-02-20 (Wed, 20 Feb 2019) Changed paths: M scripts/build/cc/gcc.sh M scripts/build/libc/uClibc.sh M scripts/functions Log Message: ----------- Merge pull request #1143 from stilor/rc2-fixes-2 RC2 fixes, part 2 Compare: https://github.com/crosstool-ng/crosstool-ng/compare/7d621cd831e4...9627a041d25e