From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2GziAPy0Yl+rEQAA0tVLHw (envelope-from ) for ; Thu, 17 Sep 2020 00:59:40 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id IIdcOPu0Yl+WCAAAB5/wlQ (envelope-from ) for ; Thu, 17 Sep 2020 00:59:39 +0000 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 ED5179404D7 for ; Thu, 17 Sep 2020 00:59:38 +0000 (UTC) Received: from localhost ([::1]:43360 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kIiGu-00032h-L5 for larch@yhetil.org; Wed, 16 Sep 2020 20:59:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIiGm-00032N-Ev for help-guix@gnu.org; Wed, 16 Sep 2020 20:59:28 -0400 Received: from mx1.riseup.net ([198.252.153.129]:50920) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIiGi-0008OY-W9 for help-guix@gnu.org; Wed, 16 Sep 2020 20:59:27 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4BsJWv2vBZzFf2r; Wed, 16 Sep 2020 17:59:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1600304363; bh=yRcbAmzYgfs+783z6BIbpmY+pcdaqReASRpZKj1E3FY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PBdFuz/BKa5bvjBmz9hc+Uh9JVPep5uyPVjdKkgHrmlsDvC7/xJT7DoNSXWrEBaXq n8W+VKkZUwu4tI+IrVf7Su3RzIcd4MLZqJrI0WFxVL/+0WaIkKJwnvyAtFYD1MFeaT Fnp56xTk6AMYcrDPL/tondJKlE5Q2hHfuQZlPa+8= X-Riseup-User-ID: 2A3376824152B3613E0B7F603E1C0EA467A04E09FCB6F08F9CAC7FAC0B298A74 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 4BsJWt2XqfzJrff; Wed, 16 Sep 2020 17:59:22 -0700 (PDT) Date: Thu, 17 Sep 2020 02:59:29 +0200 From: raingloom To: John Soo Subject: Re: Cross gcc-toolchain Message-ID: <20200917025929.5785f226@riseup.net> In-Reply-To: References: <20200916201332.16862114@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/16 20:59:23 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Help Guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=riseup.net header.s=squak header.b=PBdFuz/B; dmarc=pass (policy=none) header.from=riseup.net; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: yy+yzIa7GiPl On Wed, 16 Sep 2020 15:32:42 -0700 John Soo wrote: > Thanks again raingloom! No prob! I hope you get farther that I have. In any case, feel free to send an update on your progress. The more people working out the cross-compilation kinks the better.