From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Malek Date: Sat, 29 Jan 2005 20:40:55 -0800 Subject: [U-Boot-Users] MIPS build environment In-Reply-To: <20050130014351.GB24482@gate.ebshome.net> References: <20050130002030.GA24482@gate.ebshome.net> <20050130012439.036D3C108D@atlas.denx.de> <20050130014351.GB24482@gate.ebshome.net> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Jan 29, 2005, at 5:43 PM, Eugene Surovegin wrote: > This is taken from cpu/mips/config.mk Which is the main thing I want to fix. I don't yet know the proper solution, but it sounds like there is at least consensus to try another approach. The main reason I'm asking is that I don't have access to other MIPS boards for testing, and I didn't know the history of this development. I have several Alchemy Au1xxx boards that I intend to get running with u-boot, in both big and little endian modes, along with a couple of R4Kc custom cores. > ifeq ($(ARCH),mips) > CROSS_COMPILE = mips_4KC- > endif Any objections to setting CROSS_COMPILE in include/config.mk and allow setting it within the 'mkconfig' part of the Makefile? I still don't know what to do with the rest of the config.mk, as it sets R4Kc specific flags based upon the binutils version. Thanks. -- Dan