From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GG8vMDW5+2KTZAAAbAwnHQ (envelope-from ) for ; Tue, 16 Aug 2022 17:35:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0CA+MDW5+2KBogAA9RJhRA (envelope-from ) for ; Tue, 16 Aug 2022 17:35:17 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9102A2A32A for ; Tue, 16 Aug 2022 17:35:17 +0200 (CEST) Received: from localhost ([::1]:52352 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oNyb4-0004Ty-P7 for larch@yhetil.org; Tue, 16 Aug 2022 11:35:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37892) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNyas-0004T1-DN for guix-patches@gnu.org; Tue, 16 Aug 2022 11:35:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58305) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oNyas-0000LI-2h for guix-patches@gnu.org; Tue, 16 Aug 2022 11:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oNyar-0007Lv-Pc for guix-patches@gnu.org; Tue, 16 Aug 2022 11:35:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48767] [PATCH 0/7] Add msp430 toolchain References: In-Reply-To: Resent-From: Jean Pierre De Jesus DIAZ Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Aug 2022 15:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48767 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "48767@debbugs.gnu.org" <48767@debbugs.gnu.org> Cc: "Morgan.J.Smith@outlook.com" , Maxime Devos Received: via spool by 48767-submit@debbugs.gnu.org id=B48767.166066408728237 (code B ref 48767); Tue, 16 Aug 2022 15:35:01 +0000 Received: (at 48767) by debbugs.gnu.org; 16 Aug 2022 15:34:47 +0000 Received: from localhost ([127.0.0.1]:48054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNyac-0007LN-NU for submit@debbugs.gnu.org; Tue, 16 Aug 2022 11:34:46 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:24765) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNyaX-0007L6-Ht for 48767@debbugs.gnu.org; Tue, 16 Aug 2022 11:34:45 -0400 Date: Tue, 16 Aug 2022 15:34:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeandudey.tech; s=protonmail3; t=1660664073; x=1660923273; bh=XoFlKV6hn6/OMfGOwp4XlGReNA7/cxjVwVP7jgP3mUQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=lRiMAIskhEBiFPqljM3Md/Z56KWC2wbQ9yjrSM5wd77BjyDhe1b3ivo0Zrd4m2SJL ZKdXCntsXiYXFlzmwZWvCr8EEbern350rH9hnymcRlqpWzVa10j+7a0JIzrsbPUgVa ngM00nxfn1JimlPxG1o0L5T1WQ2uCbf0ap7QVlWdHn8R3zDTSBdnf5kfUAGvR91lP6 bbf0U8o7ysqkymI6KDn763O7ssWjzOMST4OFI5fXFSpnqr0ktdQOZWW2+cehx76qer kCV/CNmvVwM0VyHR114xBzLqcX87KyPkNwjR5vaTbzjxYPWfuHaLlEg5QDiwiZORa2 kiMsBcXwoUVZA== Message-ID: Feedback-ID: 20187791:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Jean Pierre De Jesus DIAZ X-ACL-Warn: , Jean Pierre De Jesus DIAZ via Guix-patches From: Jean Pierre De Jesus DIAZ via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660664117; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=XoFlKV6hn6/OMfGOwp4XlGReNA7/cxjVwVP7jgP3mUQ=; b=SLaIQNq/zX0SfoZW8fZkPMisfbgWT4ldNe18i4VayejQZc2B8etgMlf5tPha7w73yAXj4F gl709mKck6xSgnnXs1E9IRd8SY8GXd42yu0x9QSgabghz8UtvqYelmDJHz6I4zLlDaPzxM qiWZUT9HjkoiXo3A3gAdmmxnQI/ksV9tzzijkHPBfCD3jKNFC8VIdLG/XLCrlfN4A0Vj0q 9xv4KLxel580CL4IsplDgPFs8IQ5T+pU6WwE1pXCLVZEpSlzhdYslyWdtT6FCn03GQIXCG b8Oc1TopyJsEpYO0clIuBOW8JoaEng9hEbFrqlIX/vX6RaeqN/uSw+kvEUeTnQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660664117; a=rsa-sha256; cv=none; b=HkFQWOmhwu35fDJuPyXzw9mn4IvfCmtupweOC5zWmCo5Bv7YCGF0YQqdnDqO3XlG3kMrNX ukVEuZaqJcywXfY6vWkmImsVBV5boWqLTYqdMr4hajevL/M9nSwzuFLG3t53zXiz5lipwm So5VdAxADZZ2o+Mmy7aaVOZuDOgKF3gfKjgs25LM58QgDFYGlLd/mZP3Cz9xDTxixDCRZl YGQ7jKaIsmSB9mhTZ3EAUyQ/U93VfSsn2WsO5S+jgGoYmfPA/PvwyQELnyANuayTkzp6Tx 6FLL4PwrD3AhncgSjKX9sSbmpbItaQUkEfzfzv27dGsRhoThR2mPWxLBiwVqBA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jeandudey.tech header.s=protonmail3 header.b=lRiMAIsk; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.16 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jeandudey.tech header.s=protonmail3 header.b=lRiMAIsk; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9102A2A32A X-Spam-Score: -4.16 X-Migadu-Scanner: scn0.migadu.com X-TUID: /B6JyFoc9y/M >Adding the DEV-PHASE version thing means that now when people >type 'arm-none-eabi-gcc --version' they'll see in brackets the guix versio= n >number beside the actual version number. This file is misused IMO, packages from Debian and Ubuntu have the default (release) value for gcc-arm-none-eabi, and sources directly from the vendor (Arm) it also specifies "release". So I it isn't necessary at all. =E2=80=94 Jean-Pierre De Jesus DIAZ