patches/binutils/2.19.1a/190-mips64-defaultemul.patch
author Michael Hope <michael.hope@linaro.org>
Thu Sep 29 12:27:54 2011 +1300 (2011-09-29)
changeset 2694 2c01a02334ea
parent 1816 ab179fab1409
permissions -rw-r--r--
Makefile: use phony targets

Add 'build', 'build-*', and 'install' as phony targets to the top level
Makefile.

I tend to do everything in tree with the build in a directory called
'build'. This interfered with the target 'build', making it think the
target was up to date, and stopping scripts/crosstool-NG.sh from being
regenerated.

Added 'install' as I often set the prefix to $PWD/install.

Signed-off-by: Michael Hope <michael.hope@linaro.org>
     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"