From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Tue, 31 Aug 2010 00:12:15 +0900 Subject: [U-Boot] [PATCH 0/2] fix little endian build In-Reply-To: <4C7BB58B.8070200@openmobilefree.net> References: <4c601b31.092d730a.41d1.66e2@mx.google.com> <4C7B7F7E.8080609@openmobilefree.net> <4C7BB0B5.8090007@pobox.com> <4C7BB58B.8070200@openmobilefree.net> Message-ID: <4C7BCA4F.7030107@pobox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8/30/10 10:43 PM, Xiangfu Liu wrote: >>> [PATCH 2/2] change the way of build little endian board >> >> but this 2/2 looks problematic. >> >> As said in the previous mail the patch is tentative and won't >> work with ELDK, and as fas as I could see nothing has been >> changed since my version. Let me make sure, have you confirmed >> it builds with ELDK? > Hi Shinya > > yes, I think it not break the ELDK build. > > I have test with > BUILD_DIR=../u-boot-build \ > MAKEALL_LOGDIR=../u-boot-log \ > ./MAKEALL mips_el mips > > all boards compile fine. What about the endianness of generated u-boot ELF image then? $ CROSS_COMPILE=mips_4KCle- ./MAKEALL dbau1550_el_config $ file u-boot And could you also provide the version info, please? $ mips_4KCle-gcc --version