From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 0KguIYiWFmWGjAAAG6o9tA:P1 (envelope-from ) for ; Fri, 29 Sep 2023 11:19:04 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 0KguIYiWFmWGjAAAG6o9tA (envelope-from ) for ; Fri, 29 Sep 2023 11:19:04 +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 78BC755973 for ; Fri, 29 Sep 2023 11:19:04 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=ed+G560g; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1695979144; 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-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=EmgX8jBDzrJn64eAP4jIE8M3qe0BewT3prMHk5BRrc4=; b=DJlNfYvoUGWRLevWw3Om4F2QJg43qLUJlVBeedTi+nt3fyAGFLAqrfmBuuGEL3KCCUdvrw z/wAA90z1spznjycmuaL7mgSpS9voLM9wbSoQxV14i/07MJ2gucd3NGyxvDDf663QPgj/u 2GKiLN5S4r3rr5wm2CAZlO4I3W5mRWl8Gi0zT0Gdv5RNEa4MaBf/Y4CwOAxNw3zGd/RnBx j8uKpYjX7XhdUK/BAxwi5JZY/EU/RP9VlcFkOrnoq6b8VJP1LfqVHKqXELDeyQo32lMk/z AhFs08AiNTyhx+/8xXp7/IC1gk849IwyRne8Dbtq9AoGTQCcAHRvwXuhw6bhmQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695979144; a=rsa-sha256; cv=none; b=kvAEEB2nPaTck7t0JLGC658dVpiqmNjz18Ppdbd+coDisiDPcX7H4oWhi5JO9UgGFxrcOb elDn8i3sZ/+3ygl6rn3d74hwkTB8qc1t2zHXt8sV1fLt53jTSHCeWFCrhSH7CLr9WGILFm qD/Z9/zKKYfFdW9lFw/O1yCc4tm+ASVXPtwLJEYNiRvlJA0BoDLEGYz6QKMeiXy40ycTk4 ysFD+jCg3nRNXLHG/OzO1p61LvgxMHR6a2tN4nJ26Ih2hnf9mcOU+DFUy9azHlhs4q3fuv lc2qMygDOdxvBeDEq627kfQRFdYYjL9UsrSaHSNuxFOlnBqj5p1QReAUwud4qQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=ed+G560g; 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=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qm9dZ-0005ez-Vj; Fri, 29 Sep 2023 05:18:18 -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 1qm9dI-0005WV-R6 for guix-patches@gnu.org; Fri, 29 Sep 2023 05:18:01 -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 1qm9dF-0003w2-Cy for guix-patches@gnu.org; Fri, 29 Sep 2023 05:17:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qm9dT-0004oL-1B; Fri, 29 Sep 2023 05:18:11 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66263] [PATCH 18/23] gnu: Add avr-libc. Resent-From: Jean-Pierre De Jesus DIAZ Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, vagrant@debian.org, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Fri, 29 Sep 2023 09:18:10 +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: 66263@debbugs.gnu.org Cc: Jean-Pierre De Jesus DIAZ , efraim@flashner.co.il, vagrant@debian.org, maxim.cournoyer@gmail.com X-Debbugs-Original-Xcc: efraim@flashner.co.il, vagrant@debian.org, maxim.cournoyer@gmail.com Received: via spool by 66263-submit@debbugs.gnu.org id=B66263.169597907418256 (code B ref 66263); Fri, 29 Sep 2023 09:18:10 +0000 Received: (at 66263) by debbugs.gnu.org; 29 Sep 2023 09:17:54 +0000 Received: from localhost ([127.0.0.1]:55228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qm9dC-0004kH-EN for submit@debbugs.gnu.org; Fri, 29 Sep 2023 05:17:54 -0400 Received: from mail-ej1-x62d.google.com ([2a00:1450:4864:20::62d]:60649) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qm9cZ-0004fD-Be for 66263@debbugs.gnu.org; Fri, 29 Sep 2023 05:17:20 -0400 Received: by mail-ej1-x62d.google.com with SMTP id a640c23a62f3a-9ad8a822508so1859161866b.0 for <66263@debbugs.gnu.org>; Fri, 29 Sep 2023 02:17:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foundationdevices.com; s=google; t=1695979014; x=1696583814; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=EmgX8jBDzrJn64eAP4jIE8M3qe0BewT3prMHk5BRrc4=; b=ed+G560gglP7ErljLDCDAn6J9X2Imsi8ZuvcBIU7bhC6u2h/TdbldV87ZCTYZrTKxF /CeRDqXJEfauzSwsDcxSDXv3hWxuMM4NfgeTOkLoNGDVO0IY1LT0m8TUNvxIgCXWiega JOYp4npVTSMcGOdrAiF2bmWX5DuEtEKKumvmJb3K91Ca7RgVLQSIkdOXWuXLZH0zIMBY IPp4TB7W2b/ji2sTHo0d8HMrekq2WWzmsIBUSGcT5kxDVa3TY5lpkJFXiK5LLN7KvuC2 2wvshVhPthED6CWWYdPd+u8tqB6rRqcsFpZgqJ+d0li1ZsvTHrECwVtwl0j6X8iAPyaU 0iIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695979014; x=1696583814; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=EmgX8jBDzrJn64eAP4jIE8M3qe0BewT3prMHk5BRrc4=; b=sgB3Ujit0V9knzUDVpxlhpPmj9TdARsNelbeEi3rjTH85KCBfi94K851MZ3nZmtfhh 7ZOZ9CArudXoWUKiTdliFxQYevXpZUoQ2Vta/tzsR/QOz/Iu7i8usomMdwcSPRqGKFFb ChtdC4cDriI7vdvVVBVsSz+zcQMK9BH+zsbz5b+wMKkA6GlKYYN7y1N5lCwIqKADHd6U fRdo3q7sGNeLDRn+wm6oVK7SdQkoc8fYbfysUJwRe72VNcmddyjDcP1tYFbT7jJmJKRU 9HQQ+2EaSBEbGH5DF2DYumnURuFGSAnQkLylkHIM0Z5/Z9P2h9l0CG0uScnuKc9rWB79 fT1Q== X-Gm-Message-State: AOJu0YytNFAnTeVAmF3uAYZHVtd4x7QPjK/MlfENW8vM1Uk3kXj0d+NZ qAvpLIjOVSkl34z3vvhGFTiKHDCGalZj+LL15dZD2g== X-Google-Smtp-Source: AGHT+IEv6w+y9JYnkHibtM6Ci/DrdLYP7p5C7acmwzhjwQvI4ymJ3nU4X+599uopQPrLufXOJlKV0w== X-Received: by 2002:a17:906:30d2:b0:9ae:63bd:a7fe with SMTP id b18-20020a17090630d200b009ae63bda7femr3385923ejb.10.1695979014346; Fri, 29 Sep 2023 02:16:54 -0700 (PDT) Received: from omen15.home ([89.131.29.87]) by smtp.gmail.com with ESMTPSA id k15-20020a7bc40f000000b004013797efb6sm1020933wmi.9.2023.09.29.02.16.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Sep 2023 02:16:54 -0700 (PDT) Date: Fri, 29 Sep 2023 11:16:22 +0200 Message-Id: <20230929091627.7820-18-jean@foundationdevices.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230929091627.7820-1-jean@foundationdevices.com> References: <20230929091627.7820-1-jean@foundationdevices.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , 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 Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -4.74 X-Spam-Score: -4.74 X-Migadu-Queue-Id: 78BC755973 X-TUID: yxnNcHKGWWhd * gnu/packages/cross-toolchain.scm (avr-libc): 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 77af6b862b..929e665e50 100644 --- a/gnu/packages/cross-toolchain.scm +++ b/gnu/packages/cross-toolchain.scm @@ -65,3 +65,8 @@ (define-public binutils-cross-avr (define-deprecated/public avr-binutils binutils-cross-avr (deprecated-package "avr-binutils" binutils-cross-avr)) + +;;; C standard libraries: + +(define-public avr-libc + (cross-libc "avr")) -- 2.34.1