From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio Subject: Re: [PATCH] bpfilter: fix user mode helper cross compilation Date: Wed, 20 Jun 2018 16:19:09 +0200 Message-ID: <20180620161909.06d7c121@elisabeth> References: <20180620140434.18139-1-mcroce@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Matteo Croce Return-path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:49434 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752827AbeFTOTP (ORCPT ); Wed, 20 Jun 2018 10:19:15 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 95BA040201A2 for ; Wed, 20 Jun 2018 14:19:14 +0000 (UTC) In-Reply-To: <20180620140434.18139-1-mcroce@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 20 Jun 2018 16:04:34 +0200 Matteo Croce wrote: > Use $(OBJDUMP) instead of literal 'objdump' to avoid > using host toolchain when cross compiling. > > Fixes: 421780fd4983 ("bpfilter: fix build error") > Signed-off-by: Matteo Croce Reported-by: Stefano Brivio -- Stefano