Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752244AbaKWT5M (ORCPT ); Sun, 23 Nov 2014 14:57:12 -0500 Received: from mail.skyhub.de ([78.46.96.112]:49868 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419AbaKWT5L (ORCPT ); Sun, 23 Nov 2014 14:57:11 -0500 Date: Sun, 23 Nov 2014 20:57:08 +0100 From: Borislav Petkov To: Thomas Gleixner Cc: Chris Clayton , LKML , Junjie Mao , Kees Cook , x86-ml Subject: Re: [PATCH]: cross-compiling x86_64 kernel on i386 user-space fails Message-ID: <20141123195708.GA7355@pd.tnic> References: <54705C8E.1080400@googlemail.com> <20141122111444.GA12445@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 23, 2014 at 08:27:24PM +0100, Thomas Gleixner wrote: > While that works, this wants to be: > > +RUN_SIZE = $(shell $(OBJDUMP) -h vmlinux | \ Ah, true: $ git grep OBJDUMP Makefile Makefile:363:OBJDUMP = $(CROSS_COMPILE)objdump Makefile:420:export CPP AR NM STRIP OBJCOPY OBJDUMP Makefile:1483: $(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \ Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/