From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89145 invoked by alias); 16 Feb 2020 23:21:51 -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 89137 invoked by uid 89); 16 Feb 2020 23:21:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=3.6 required=5.0 tests=AWL,BAYES_20,GIT_PATCH_2,NOREPLY_FROM,SPF_PASS autolearn=no version=3.3.1 spammy=H*Ad:U*crossgcc, HX-Envelope-From:sk:noreply, H*r:sk:crossgc, H*F:U*noreply 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:21:49 +0000 Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 936E2A0928 for ; Sun, 16 Feb 2020 15:21:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1581895307; bh=B/MWx92I/0iWt+T4A+1ygZCujP4Uafz/ogU3NqjlLl8=; h=Date:From:To:Subject:From; b=Y7y5ZmWvQuBDWiIPgYhNCh/VjyLK8G4CFjvPaK6ygyKLWyEAx2z9aW8g1i3PJd1Cd T8guwp9I6DhHejlakQd5pmW1OVYP2HGRXM65oOAatUh90Bbm5JQoTb0LqB1IK4dpxD Ksp51Hh3wNk7mR7k7aQBg9BreXR36/u1QQymAT4w= Date: Sun, 16 Feb 2020 23:21:00 -0000 From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] ff0e8a: move BUILD_DIR variable into Kconfig 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/msg00002.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: ff0e8ac7ca0adc7cbbdffb43d3f7c0e50570ad04 https://github.com/crosstool-ng/crosstool-ng/commit/ff0e8ac7ca0adc7cbbdffb43d3f7c0e50570ad04 Author: Norbert Lange Date: 2019-10-19 (Sat, 19 Oct 2019) Changed paths: M config/global/paths.in M scripts/crosstool-NG.sh Log Message: ----------- move BUILD_DIR variable into Kconfig this allows users to reference this variable, for ex. in TARGET_CFLAGS to remap paths. Signed-off-by: Norbert Lange Commit: 4897426202e57d894eedaa01440e0a606829bb5c https://github.com/crosstool-ng/crosstool-ng/commit/4897426202e57d894eedaa01440e0a606829bb5c Author: Alexey Neyman Date: 2020-02-16 (Sun, 16 Feb 2020) Changed paths: M config/global/paths.in M scripts/crosstool-NG.sh Log Message: ----------- Merge pull request #1266 from nolange/move_builddir_kconfig move BUILD_DIR variable into Kconfig Compare: https://github.com/crosstool-ng/crosstool-ng/compare/be04d5051065...4897426202e5