patches/binutils/2.20/300-mips64-defaultemul.patch
author Arnaud Lacombe <lacombar@gmail.com>
Tue Aug 03 06:17:51 2010 +0200 (2010-08-03)
changeset 2064 f5ebe8c429dc
permissions -rw-r--r--
libc/uClibc: add uClibc 0.9.30.3

This version has been released a couple of month ago, but it never reached
crosstool-ng tree. This may be linked to the fact that the current 0.9.30.2,
once patched, has nothing much different from 0.9.30.3, released.

I'm not including any patch with this upgrade, on purpose.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
     1 --- binutils-2.20/ld/configure.tgt.orig	2010-02-20 04:05:31.000000000 -0500
     2 +++ binutils-2.20/ld/configure.tgt	2010-02-20 04:08:11.000000000 -0500
     3 @@ -400,11 +400,11 @@
     4  mips*-*-vxworks*)	targ_emul=elf32ebmipvxworks
     5  		        targ_extra_emuls="elf32elmipvxworks" ;;
     6  mips*-*-windiss)	targ_emul=elf32mipswindiss ;;
     7 -mips64*el-*-linux-*)	targ_emul=elf32ltsmipn32
     8 -			targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip"
     9 +mips64*el-*-linux-*)	targ_emul=elf64ltsmip
    10 +			targ_extra_emuls="elf32ltsmipn32 elf32btsmipn32 elf32ltsmip elf32btsmip elf64btsmip"
    11  			targ_extra_libpath=$targ_extra_emuls ;;
    12 -mips64*-*-linux-*)	targ_emul=elf32btsmipn32
    13 -			targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip"
    14 +mips64*-*-linux-*)	targ_emul=elf64btsmip
    15 +			targ_extra_emuls="elf32btsmipn32 elf32ltsmipn32 elf32btsmip elf32ltsmip elf64ltsmip"
    16  			targ_extra_libpath=$targ_extra_emuls ;;
    17  mips*el-*-linux-*)	targ_emul=elf32ltsmip
    18  			targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"