Hello Daniel, Daniel Schwierzeck wrote on 2011-11-25: > On Fri, Nov 25, 2011 at 9:49 AM, Marek Vasut <marek.va...@gmail.com> > wrote: >>> On Thursday 24 November 2011 08:57:56 Daniel Schwierzeck wrote: >>>> Build dbau1550_el only in LIST_au1xx0_el and LIST_mips_el. >>>> Also remove obsolete lists for mips5kc. >>> >>> if possible, i'd really like to kill off all the specialized mips >>> lists and do selection purely based on fields in boards.cfg. -mike >> >> I have to agree here. >> M >> > > that is currently not possible because -EB and -EL are not properly > handled in CFLAGS and LDFLAGS. > Until this is fixed we have to run MAKEALL twice with mips and mipsel > and different toolchains.
I have seen that barebox[1] has got support for MIPS some releases ago. They define the endianess in the config, so it is easier to handle in the build process. Also the handling of compiler and linker options is more optimized[2]. Maybe we should take advantage of it and port some of this over to u-boot? I think the current handling of -EB and -EL is still from Wolfgangs first port of a MIPS board. Best Regards, Thomas PS: Sorry for sending multiple times, I have problem to suppress base64 encoding. I hope it is okay now. [1] http://www.barebox.org/ [2] http://git.pengutronix.de/?p=barebox.git;a=blob;f=arch/mips/Makefile;hb=HEAD _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot