From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 4 Mar 2014 14:18:10 -0500 Subject: [U-Boot] kbuild: fix CROSS_COMPILE settings in config.mk In-Reply-To: <1393565610-11716-1-git-send-email-yamada.m@jp.panasonic.com> References: <1393565610-11716-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20140304191810.GK16805@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Feb 28, 2014 at 02:33:30PM +0900, Masahiro Yamada wrote: > The syntax > CROSS_COMIPLE ?= > does not work because config.mk is parsed after > exporting CROSS_COMPILE. > > Like Linux Kernel's arch/$(ARCH)/Makefile, > we must write as follows: > > ifeq ($(CROSS_COMPILE),) > CROSS_COMPILE := > endif > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: