[U-Boot-Users] [PATCH] mipsel support
Rodolfo Giometti
giometti at linux.it
Fri Sep 16 16:56:01 CEST 2005
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 at enneenne.com
Embedded Systems home page: giometti.enneenne.com
UNIX programming phone: +39 349 2432127
More information about the U-Boot
mailing list