From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48523) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqdky-0001eO-QG for guix-patches@gnu.org; Thu, 25 Jul 2019 09:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqdkw-00047X-Vh for guix-patches@gnu.org; Thu, 25 Jul 2019 09:26:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57998) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqdkv-00047D-TM for guix-patches@gnu.org; Thu, 25 Jul 2019 09:26:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqdkv-000461-O5 for guix-patches@gnu.org; Thu, 25 Jul 2019 09:26:01 -0400 Subject: [bug#36477] [PATCH 09/31] gnu: http-parser: Fix cross-compilation. Resent-Message-ID: References: <20190708095913.3460-1-m.othacehe@gmail.com> <20190708095913.3460-10-m.othacehe@gmail.com> <87a7dopggh.fsf@devup.no> From: Mathieu Othacehe In-reply-to: <87a7dopggh.fsf@devup.no> Date: Thu, 25 Jul 2019 15:25:32 +0200 Message-ID: <87o91ii6ur.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 > I would prefer to splice in this phase instead of adding a noop phase to > the native build. LGTM otherwise. Ok. > > (so I guess CC=gcc was not needed for native builds?) In fact it was needed for native build, I reverted this chunk. Mathieu