From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mr Dash Four Subject: Re: cross compilation of xtables fails Date: Fri, 03 Dec 2010 14:32:22 +0000 Message-ID: <4CF8FF76.8040709@googlemail.com> References: <4CF8F67B.8010504@googlemail.com> <4CF8F8B3.5080100@googlemail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id :disposition-notification-to:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=XAyK1RWpGadFOsezzCpzHlZA7aqBkau6ez+yygfPVAo=; b=JZQO9H34yqG48L1o2ALMwvYfwuR8eLe048obv0WxmwYLpSTs1OFQpBMND5kTGQg+r+ I0YN/Ocx0MByMQrOik1nKIC8eLcQeS1JC2PNUnlLTnVgTuEjkaj8UOdlMEoMfiiZUlUF LCNQ6zivEdjm2nfBnuUXmi4f5U7rhJYhjNkKk= In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jan Engelhardt Cc: netfilter@vger.kernel.org > The compile stage is unfortunately not useful here. The configure line > is required. (If it is not in your shell history, you can find it at the > top of config.log.) > As I already pointed out - I can't get it at present as it is on a different computer which I could only access later this evening (or later this afternoon - if I am lucky!). What is evident from what I posted, though, is that for these 3 group of files the arch-specific options which make the cross compilation possible (-m32 -mtune and -march) are completely ignored and the gcc statement generated by the m4 macros are therefore tying the produced objects to the build architecture, which is wrong. This is without me providing you with any other logs.