From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 29612C43334 for ; Tue, 7 Jun 2022 18:47:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id D8DF5418EB; Tue, 7 Jun 2022 18:47:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KDeTadh-vWPp; Tue, 7 Jun 2022 18:47:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id B1F53418DC; Tue, 7 Jun 2022 18:47:26 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id C6C7C1BF42D for ; Tue, 7 Jun 2022 18:47:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id C30C04055A for ; Tue, 7 Jun 2022 18:47:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mWMQtQtEVRkT for ; Tue, 7 Jun 2022 18:47:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by smtp2.osuosl.org (Postfix) with ESMTPS id D110140570 for ; Tue, 7 Jun 2022 18:47:24 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 6CEAA60002; Tue, 7 Jun 2022 18:47:21 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1nyeEa-000CLL-7J; Tue, 07 Jun 2022 20:47:20 +0200 From: Peter Korsgaard To: "Yann E. MORIN" References: <20220521035129.493797-1-christian@paral.in> <20220604163404.GO427639@scaer> Date: Tue, 07 Jun 2022 20:47:20 +0200 In-Reply-To: <20220604163404.GO427639@scaer> (Yann E. MORIN's message of "Sat, 4 Jun 2022 18:34:04 +0200") Message-ID: <87o7z448g7.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/1] package/go: set goos variable to linux X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Petazzoni , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Yann" == Yann E MORIN writes: > Christian, All, > On 2022-05-20 20:51 -0700, Christian Stewart via buildroot spake thusly: >> This commit fixes a build error when the host environment has GOOS set to >> something other than "linux." For example, >> >> cd ./buildroot >> GOOS="js" make >> >> This will cause a build failure. Override GOOS to be either empty for host >> packages or set to "linux" for target packages. >> >> Signed-off-by: Christian Stewart > Applied to master, thanks. Committed to 2022.02.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot