From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78915 invoked by alias); 3 Sep 2017 17:43:33 -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 78575 invoked by uid 89); 3 Sep 2017 17:43:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:mimHpHrt, H*r:Unknown, Hx-spam-relays-external:mxa.mailgun.org, HX-Envelope-From:bounce X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 03 Sep 2017 17:43:27 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 59ac3f3a.7f089a59dab0-smtp-out-n03; Sun, 03 Sep 2017 17:43:22 -0000 (UTC) Date: Sun, 03 Sep 2017 17:43:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <59ac3f3a795cc_376e3fe22bfe9c3096689@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 1d7247: config: Add package versioning flexibility Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59ac3f3a79238_376e3fe22bfe9c30965e7"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00000.txt.bz2 ----==_mimepart_59ac3f3a79238_376e3fe22bfe9c30965e7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2580 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 1d724767bdedac22682fe23e88b4fe0033cb58f4 https://github.com/crosstool-ng/crosstool-ng/commit/1d724767bdedac22682fe23e88b4fe0033cb58f4 Author: Nathan Chancellor Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: M config/toolchain.in M scripts/build/binutils/binutils.sh M scripts/build/cc/gcc.sh M scripts/build/debug/300-gdb.sh M scripts/build/libc/glibc.sh M scripts/crosstool-NG.sh.in Log Message: ----------- config: Add package versioning flexibility Some users (like myself) may want to omit the crosstool-NG version from the binaries' versioning output, as it can be incredibly long and not too helpful. Add a config option to disable it. The possible combinations are as follows: - crosstool-NG version (default) - crosstool-NG version - custom toolchain ID - Custom toolchain ID - No crosstool-NG version OR custom toolchain ID Signed-off-by: Nathan Chancellor Commit: b0f14b0dfa1b8a060ba75c5a7294241857f51b3c https://github.com/crosstool-ng/crosstool-ng/commit/b0f14b0dfa1b8a060ba75c5a7294241857f51b3c Author: Nathan Chancellor Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: M config/config.in M config/global.in Log Message: ----------- config: Show crosstool-NG version in .config This was previously available in 6c62da480344 but was then removed in cb7fcbe1ef4f. Add it back since it will be helpful if the user wants to hide the crosstool-NG version in the pkgversion. To get the new version, a defconfig from "ct-ng savedefconfig" or "ct-ng oldconfig" must be used in combination with "ct-ng menuconfig" or "ct-ng nconfig". Signed-off-by: Nathan Chancellor Commit: 95de709fe3f7e58af210c2727a7b28608936068e https://github.com/crosstool-ng/crosstool-ng/commit/95de709fe3f7e58af210c2727a7b28608936068e Author: Alexey Neyman Date: 2017-09-03 (Sun, 03 Sep 2017) Changed paths: M config/config.in M config/global.in M config/toolchain.in M scripts/build/binutils/binutils.sh M scripts/build/cc/gcc.sh M scripts/build/debug/300-gdb.sh M scripts/build/libc/glibc.sh M scripts/crosstool-NG.sh.in Log Message: ----------- Merge pull request #822 from nathanchance/pkgversion-flexibility Improve toolchain ID options Compare: https://github.com/crosstool-ng/crosstool-ng/compare/98b6a5a45030...95de709fe3f7 ----==_mimepart_59ac3f3a79238_376e3fe22bfe9c30965e7--