From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1S7OVT-0001JG-J7 for ptxdist@pengutronix.de; Tue, 13 Mar 2012 10:59:03 +0100 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1S7OVT-0008Ld-I1 for ptxdist@pengutronix.de; Tue, 13 Mar 2012 10:59:03 +0100 Date: Tue, 13 Mar 2012 10:59:03 +0100 From: Michael Olbrich Message-ID: <20120313095903.GI29221@pengutronix.de> References: <1331587504-16721-1-git-send-email-linux@bohmer.net> <1331587504-16721-3-git-send-email-linux@bohmer.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1331587504-16721-3-git-send-email-linux@bohmer.net> Subject: Re: [ptxdist] [PATCH 3/5] [busybox] Pass extra platform CFLAGS to busybox make Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Mar 12, 2012 at 10:25:02PM +0100, Remy Bohmer wrote: > Busybox make is not properly called in case: > * compiler name tuple does not match target tuple (as used in multilib > compilers, for example: i686-pc-linux-gnu-gcc can compile for > x86_64-unknown-linux-gnu targets. To solve this the 'SUBARCH' need to be > set) > * CONFIG_EXTRA_CFLAGS need to e set to select the proper sysroot to > compile against in busybox > * LDFLAGS to link against the proper sysroot. > > Signed-off-by: Remy Bohmer > --- > rules/busybox.make | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/rules/busybox.make b/rules/busybox.make > index 536aa80..42cb81c 100644 > --- a/rules/busybox.make > +++ b/rules/busybox.make > @@ -49,9 +49,12 @@ $(STATEDIR)/busybox.prepare: > > BUSYBOX_MAKE_OPT := \ > ARCH=$(PTXCONF_ARCH_STRING) \ > + SUBARCH=$(PTXCONF_ARCH_STRING) \ > CROSS_COMPILE=$(COMPILER_PREFIX) \ > CONFIG_EXTRA_CFLAGS="$(CROSS_CFLAGS)" \ > HOSTCC=$(HOSTCC) \ > + CONFIG_EXTRA_CFLAGS="$(PTXCONF_TARGET_EXTRA_CFLAGS)" \ > + LDFLAGS="$(PTXCONF_TARGET_EXTRA_LDFLAGS)" \ CONFIG_EXTRA_CFLAGS="$(CROSS_CPPFLAGS) $(CROSS_CFLAGS)" \ $(CROSS_ENV_LDFLAGS) \ Michael > SKIP_STRIP=y > > ifdef PTXCONF_BUSYBOX_RFKILL > -- > 1.7.5.4 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de