From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodolfo Giometti Date: Fri, 16 Sep 2005 16:56:01 +0200 Subject: [U-Boot-Users] [PATCH] mipsel support Message-ID: <20050916145601.GC24660@enneenne.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I suggest the following patches in order to allow compilation for MIPS little endian boards. Index: examples/Makefile =================================================================== RCS file: /home/develop/cvs_private/uboot-mips-exadron/examples/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- a/examples/Makefile 16 Sep 2005 12:14:21 -0000 1.1.1.1 +++ b/examples/Makefile 16 Sep 2005 14:19:32 -0000 @@ -120,7 +120,7 @@ $(AR) crv $@ $(LIBOBJS) %: %.o $(LIB) - $(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \ + $(LD) -g $(PLATFORM_LDFLAGS) $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \ -o $@ -e $(<:.o=) $< $(LIB) \ -L$(gcclibdir) -lgcc %.srec: % Index: examples/mips.lds =================================================================== RCS file: /home/develop/cvs_private/uboot-mips-exadron/examples/mips.lds,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 mips.lds --- a/examples/mips.lds 16 Sep 2005 12:14:21 -0000 1.1.1.1 +++ b/examples/mips.lds 16 Sep 2005 14:19:32 -0000 @@ -24,7 +24,7 @@ /* OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-bigmips") */ -OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradbigmips") +OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradlittlemips") OUTPUT_ARCH(mips) SECTIONS { Ciao, Rodolfo -- GNU/Linux Solutions e-mail: giometti at linux.it Linux Device Driver giometti@enneenne.com Embedded Systems home page: giometti.enneenne.com UNIX programming phone: +39 349 2432127