From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44863) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqdWR-0000YO-5O for guix-patches@gnu.org; Thu, 25 Jul 2019 09:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqdWQ-000715-5O for guix-patches@gnu.org; Thu, 25 Jul 2019 09:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57978) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqdWQ-00070y-29 for guix-patches@gnu.org; Thu, 25 Jul 2019 09:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqdWP-0003iD-Su for guix-patches@gnu.org; Thu, 25 Jul 2019 09:11:01 -0400 Subject: [bug#36477] [PATCH 00/31] Fix cross-compilation issues Resent-Message-ID: References: <87zhlwmpmy.fsf@gmail.com> <20190708095913.3460-1-m.othacehe@gmail.com> <87r270pgwf.fsf@devup.no> From: Mathieu Othacehe In-reply-to: <87r270pgwf.fsf@devup.no> Date: Thu, 25 Jul 2019 15:10:26 +0200 Message-ID: <87v9vqi7jx.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 36477@debbugs.gnu.org Hey, > This is very impressive work, thank you! Thank you for reviewing this whole serie :). > > I'm not comfortable pulling in all of this on 'core-updates' right now. > There are already a huge pile of changes that have not really > "stabilized" yet. So my preference is to wait until the next round > (probably around October/November). Ok I rebased the branch on core-updates (and discovered you fixed some issues I had with cross gcc-7 !). Now we can wait for the next window to merge those changes in core-updates-next. I'll send an updated version of the serie taking your remarks into account. Thanks, Mathieu