From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GEUGODdrBmNSZQEAbAwnHQ (envelope-from ) for ; Wed, 24 Aug 2022 20:17:28 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id EHNKNzdrBmPaOgEAG6o9tA (envelope-from ) for ; Wed, 24 Aug 2022 20:17:27 +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 8AA653AE2A for ; Wed, 24 Aug 2022 20:17:27 +0200 (CEST) Received: from localhost ([::1]:50570 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQuwP-0008AJ-Jt for larch@yhetil.org; Wed, 24 Aug 2022 14:17:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQuu7-0006Di-GC for guix-patches@gnu.org; Wed, 24 Aug 2022 14:15:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58443) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oQuu7-0002Kx-6Y for guix-patches@gnu.org; Wed, 24 Aug 2022 14:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oQuu7-0004wN-2t for guix-patches@gnu.org; Wed, 24 Aug 2022 14:15:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57387] [PATCH] gnu: Add restartd. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 Aug 2022 18:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57387 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Maxime Devos" , "Nicolas Graves" , <57387@debbugs.gnu.org> Received: via spool by 57387-submit@debbugs.gnu.org id=B57387.166136490118964 (code B ref 57387); Wed, 24 Aug 2022 18:15:03 +0000 Received: (at 57387) by debbugs.gnu.org; 24 Aug 2022 18:15:01 +0000 Received: from localhost ([127.0.0.1]:48192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQuu4-0004vm-2n for submit@debbugs.gnu.org; Wed, 24 Aug 2022 14:15:01 -0400 Received: from knopi.disroot.org ([178.21.23.139]:58742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQuty-0004vZ-EH for 57387@debbugs.gnu.org; Wed, 24 Aug 2022 14:14:58 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E91AC4004B; Wed, 24 Aug 2022 20:14:52 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5anJea0FUjr1; Wed, 24 Aug 2022 20:14:52 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1661364891; bh=7SwSmyW4RpxJa16PGcB0P6Db20yCb7GTYtwWHyw5V4s=; h=Date:Subject:From:To:References:In-Reply-To; b=Yhr08pjfqHarhdc4FmOvwb8gujbfrSySQ8vmkuuSSw4/Z4LQubV2emAh10U2ycIsW 8GlAxyMNK0kDpDaPuLhSLkHivePolIQBQMPthY24H1zZYANNP03cWZYDFiZuZuQ0Ow Ym9tkKq4+Gz+VP7oZYCs3EGr/T7E0hNyz3QmGhoMJxs33Vo9k79zg+KmINFAQeg0Eo ug9Ojmsgk0IFf/S1ab8I1BiXcyiGEf41+dzSsJc3WwSNH/N9tk5wMG6craHxEU86jM qh6pFTKCi49eAHGLmHzzae2mKuIDXylDfN9M5H1kOs5ZzNe9lltugJYRxOC7WXqvKj +6QIPxZhmr8NQ== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 24 Aug 2022 19:14:51 +0100 Message-Id: References: <87czcp8wet.fsf@ngraves.fr> <31ad9b2c-6bfe-c472-0ba2-ad14d689ef1d@telenet.be> In-Reply-To: <31ad9b2c-6bfe-c472-0ba2-ad14d689ef1d@telenet.be> 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: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( 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=1661365047; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=NRPqTTO2ppdupi9uuulNx8XU6GHIm1kgtVAaUAz9RAQ=; b=tSpuiWM2BjLufsmzr8NV5ZPx8524pRQDShi2u+udfFv/G6+fgATUaZAv5xhJ4XT4ApFyz7 52G530M3SmqX1FnnY1NElGsTUf8W3tTyCLaUY4bxBrOspiQEPASOlyt9WsVaRzIIiwi0DX gA0D1/3u/s01w3s1GP+x11ZT6OEUvVXv/Cy8GIBm8D3SqRXqp+5jQwRrpELLo/shwtU1hM Un964Zh83nQCuSuhY0tDl414Kc6c6rhOjz3JtbfrCcULnSLCt9eHycbkYippYuCSBPbi39 /1dXCD16/1jZCmwqgvVpZsTyZy2bxzZHbKsyZqYTSYAhpeEYg4TC0GXLI8+JAg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661365047; a=rsa-sha256; cv=none; b=Aixd5HX3ERoypbFu5taNFLe5leM9i/uMCx3Gx8aoaHgyznqu9hYkcrGsmyE8/oG8/qDIne AvMGg54dt1LJ+9CvPGhPVY+JzTyK/qMT04FHcnLOmblPEkLp2TcjXjhBTQX+XS1c8zZOLc FoSFZUdqzbiAX2zkIO7eO5KJuTWg0ybqrkmmD5nzSc92q4EkFmsQKBkosld3DjIyv04hbz brzdUPlGEIbbRRKquhnvlSZQVTaSEHIgdD4/KwR+GiPtkY1VbvxAuZsUw8fFo4plZoSQ14 3XcFcykBj6vapg/bcMxkhK4XiWT6UwPEcSJ3zAimAMuv6w9faFeKmCKbO9MAgw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=Yhr08pjf; 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: -2.31 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=Yhr08pjf; 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: 8AA653AE2A X-Spam-Score: -2.31 X-Migadu-Scanner: scn1.migadu.com X-TUID: v3rdJoa+S3io On Wed Aug 24, 2022 at 7:09 PM BST, Maxime Devos wrote: > > + (substitute* "Makefile" > > + (("CC \\?=3D gcc") "CC =3D gcc")))) > For cross-compilation, use (cc-for-target) Also, you can replace this substitution with make-flags: #:make-flags #~(list (string-append "CC=3D" #$(cc-for-target))) -- (