From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id KL+0MbTMHmXHfAAAauVa8A:P1 (envelope-from ) for ; Thu, 05 Oct 2023 16:48:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KL+0MbTMHmXHfAAAauVa8A (envelope-from ) for ; Thu, 05 Oct 2023 16:48:20 +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 9399E5DDCC for ; Thu, 5 Oct 2023 16:48:20 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=eGva3IQl; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696517300; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: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=FLoVGbFb5eNcnq7tRxlEL3p3M5YrBrIM7BPHlK/Min4=; b=M44Z9RJzLBC754WIPbVfZkJvkuQ5aMMM7aRZWFdOWMg/4Vs2KINS5drUVABRYHCkSkfoJO DKKLZ9EKdJDkgNhKvddcddLbFGeySsYx6Gir4YeHwAMKHEQZuny++BSwVIG9iVTwtF9Xvj jmp+AJr+7XIDIfKy8Ij83ieLyiryN9olCkuYOd5nuhpUr/K+KZTYqeDr7S08p7ik42xoXP 66P0JSCvCt3YPy3OeSNoP1f3PTVVbhtg7pxAVdifdT5k3x//g82STSW2+RTkKbNmd89xHn c/3hzhn3paslPc9h8/RHjcB0eXOW7k4VLBrnptvTlzSJeqIuirMVdjaQaK6Ejw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696517300; a=rsa-sha256; cv=none; b=gyLm1eV08UlE7iy2DdCb/iN0ch2CGmJysRXvZnQtuNlOjw3oKIPcamZBe9GPQLGBhwga4v UD+rlbNlwH4i3CEPdsRfC88K+J0QmfZPZSC5TximuQbLTGPoSqxPEpTRc6usom9oj8YNNM dxcPaSFL7HFldOoZV95kEv6O1zhrE44XlIxcwNspnnM03dM9dDGaSOEPa/Ywh1OhJp0d5w zRP74FYHwumMaxvDojhcA5HMMGVacSsSDPgqP5Zul7M7Sbn8M9vyxMNyAIoSmVIA1MYbXA kTTqMx1ZXeQNPkoBKiZTex+tLhE5fp8KwRdF6onLpDHE3kty8vrzzP9JK/EKQg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=eGva3IQl; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qoPdh-000708-NB; Thu, 05 Oct 2023 10:47:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qoPdf-0006yX-Ux for guix-patches@gnu.org; Thu, 05 Oct 2023 10:47:43 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qoPdf-0001KW-MI for guix-patches@gnu.org; Thu, 05 Oct 2023 10:47:43 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qoPdx-0000OI-IU for guix-patches@gnu.org; Thu, 05 Oct 2023 10:48:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66263] [PATCH 10/23] gnu: Add binutils-cross-avr. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 05 Oct 2023 14:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jean-Pierre De Jesus DIAZ Cc: 66263@debbugs.gnu.org, vagrant@debian.org, efraim@flashner.co.il Received: via spool by 66263-submit@debbugs.gnu.org id=B66263.16965172301401 (code B ref 66263); Thu, 05 Oct 2023 14:48:01 +0000 Received: (at 66263) by debbugs.gnu.org; 5 Oct 2023 14:47:10 +0000 Received: from localhost ([127.0.0.1]:48093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoPd7-0000MX-Iq for submit@debbugs.gnu.org; Thu, 05 Oct 2023 10:47:09 -0400 Received: from mail-qk1-x72e.google.com ([2607:f8b0:4864:20::72e]:50261) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoPd2-0000M0-IL for 66263@debbugs.gnu.org; Thu, 05 Oct 2023 10:47:08 -0400 Received: by mail-qk1-x72e.google.com with SMTP id af79cd13be357-7741bffd123so73114685a.0 for <66263@debbugs.gnu.org>; Thu, 05 Oct 2023 07:46:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696517200; x=1697122000; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=FLoVGbFb5eNcnq7tRxlEL3p3M5YrBrIM7BPHlK/Min4=; b=eGva3IQliDvXAH9MR+WNiFlKp8U91fgkJf0RGfV/90Ms1q8g7BnJyKUCUyQj2ni4NI axXZmfqvZ9YCgCLpKFjODbX9qErUz88uGlUNFCl2C3MZVxgzbijGcWxeY7kgQBi/Bu1X mzKg3e2eoPSBs9WJLK7iLbKfWkAfLZ4s1LK3p3u+/ONe3NjNawXA++TdqEpVYTGoes1H NuQFj7SXxZ/gyxDO8/foxG6bmtPVw+xjrjSGX+FKUR1anH4j0zOahiHRrvKyQJ/A7r5b 30ig8DXgVvuZYK2WZFYWlzYIa2PO18YhVRunJv2NW0JP4t9JNf6hESDwewV3XdCQzjiq bKwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696517200; x=1697122000; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=FLoVGbFb5eNcnq7tRxlEL3p3M5YrBrIM7BPHlK/Min4=; b=I2fDm4YWtkeWEnqdvRd9iXTPOXbLLH7N4cD5ntPBNe87S1RQEwae3qzUL3dFbXjY0d IleYyxeM5wr4/cWVpr4ZqsDgCQFhqXP74au9lVfFsG1J7OdBnhtCRhkBPmfAC/f0BBVl p/NzcxiGo2q465tgwf+i5yEkQyu7NrB1kKN+Az3Pop0J7zeU0SYo+f+U+XBh4Z0csCAq ChPb7gVaY0YySts4qLhzlJb2lpcxQ7Aza59qXP2YNB1MrP0iIZInYxfaTsiFQQTOYw9a tSUslVqxa5maO2622p8IdSDKlSWSK1g2hvcd2AMGfPq24eEpOubCWMl0agHeMXelTCZm Xp6w== X-Gm-Message-State: AOJu0YzRm/OD/y+VJ50QbGgM4hpYotNTYzD26Zr9eIJ22fAxQHWm9hr4 mczTsiGS467am51zC3ZIZGSsjSiE1AA= X-Google-Smtp-Source: AGHT+IE3w1bgwhGNk1X6HLgPBFw4D2dpumkIgD1JU6ou6Jci3qPUMfYzUQy2WLMT4nUy2n6QEkS0Kg== X-Received: by 2002:a05:620a:458b:b0:775:96c8:f560 with SMTP id bp11-20020a05620a458b00b0077596c8f560mr6190232qkb.31.1696517200647; Thu, 05 Oct 2023 07:46:40 -0700 (PDT) Received: from hurd (dsl-151-116.b2b2c.ca. [66.158.151.116]) by smtp.gmail.com with ESMTPSA id g2-20020a37e202000000b007758d87524esm533500qki.3.2023.10.05.07.46.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Oct 2023 07:46:40 -0700 (PDT) From: Maxim Cournoyer In-Reply-To: <20230929091627.7820-10-jean@foundationdevices.com> (Jean-Pierre De Jesus DIAZ's message of "Fri, 29 Sep 2023 11:16:14 +0200") References: <20230929091627.7820-1-jean@foundationdevices.com> <20230929091627.7820-10-jean@foundationdevices.com> Date: Thu, 05 Oct 2023 10:46:39 -0400 Message-ID: <878r8hrusw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: 2.76 X-Migadu-Spam-Score: 2.76 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Queue-Id: 9399E5DDCC X-TUID: jP3zGM3XxlbD Hi, Jean-Pierre De Jesus DIAZ writes: > * gnu/packages/cross-toolchain.scm (binutils-cross-avr): New variable. > --- > gnu/packages/cross-toolchain.scm | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/gnu/packages/cross-toolchain.scm b/gnu/packages/cross-toolchain.scm > index 0062d043a0..5617959851 100644 > --- a/gnu/packages/cross-toolchain.scm > +++ b/gnu/packages/cross-toolchain.scm > @@ -56,3 +56,8 @@ (define* (make-cross-gcc-toolchain target > libc (headers and binaries), and Binutils. GCC is the GNU Compiler > Collection.") > (home-page "https://gcc.gnu.org/"))) > + > +;;; Cross binutils: > + > +(define-public binutils-cross-avr > + (cross-binutils "avr")) Since this module *uses* the cross* procedures that are likely to create top level cycles, it should be stressed after the imports near the top in a ;;; Commentary: comment block that this module exists solely to provide a convenient way to install the cross toolchains as packages, and should NOT be imported by any other module to avoid introducing module cycles. -- Thanks, Maxim