patches/binutils/2.18.50.0.4/200-ld-makefile-path.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri May 02 21:51:14 2008 +0000 (2008-05-02)
changeset 475 150c918bcb7b
permissions -rw-r--r--
Remove some EXPERIMENTAL binutils versions, I do not have time to create associated patches.

/trunk/patches/binutils/2.18.50.0.4/200-ld-makefile-path.patch | 30 30 0 0 ++++++++++
/trunk/patches/binutils/2.18.50.0.4/100-arm-uclibcgnueabi.patch | 30 30 0 0 ++++++++++
/trunk/patches/binutils/2.18.50.0.4/300-check-ldrunpath-length.patch | 26 26 0 0 +++++++++
/trunk/patches/binutils/2.18.50.0.6/200-ld-makefile-path.patch | 30 30 0 0 ++++++++++
/trunk/patches/binutils/2.18.50.0.6/100-arm-uclibcgnueabi.patch | 30 30 0 0 ++++++++++
/trunk/patches/binutils/2.18.50.0.6/300-check-ldrunpath-length.patch | 26 26 0 0 +++++++++
/trunk/config/binutils.in | 24 0 24 0 --------
7 files changed, 172 insertions(+), 24 deletions(-)
     1 Fix ld scripts path, copied from buildroot.
     2 
     3  binutils-2.18.50.0.6/ld/Makefile.am |    2     1     1     0 +-
     4  binutils-2.18.50.0.6/ld/Makefile.in |    2     1     1     0 +-
     5  2 files changed, 2 insertions(+), 2 deletions(-)
     6 
     7 diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.am binutils-2.18.50.0.6/ld/Makefile.am
     8 --- binutils-2.18.50.0.6.orig/ld/Makefile.am	2008-04-03 18:54:05.000000000 +0200
     9 +++ binutils-2.18.50.0.6/ld/Makefile.am	2008-05-02 23:25:14.000000000 +0200
    10 @@ -18,7 +18,7 @@
    11  # We put the scripts in the directory $(scriptdir)/ldscripts.
    12  # We can't put the scripts in $(datadir) because the SEARCH_DIR
    13  # directives need to be different for native and cross linkers.
    14 -scriptdir = $(tooldir)/lib
    15 +scriptdir = $(libdir)
    16  
    17  EMUL = @EMUL@
    18  EMULATION_OFILES = @EMULATION_OFILES@
    19 diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.in binutils-2.18.50.0.6/ld/Makefile.in
    20 --- binutils-2.18.50.0.6.orig/ld/Makefile.in	2008-04-03 18:54:05.000000000 +0200
    21 +++ binutils-2.18.50.0.6/ld/Makefile.in	2008-05-02 23:25:14.000000000 +0200
    22 @@ -288,7 +288,7 @@
    23  # We put the scripts in the directory $(scriptdir)/ldscripts.
    24  # We can't put the scripts in $(datadir) because the SEARCH_DIR
    25  # directives need to be different for native and cross linkers.
    26 -scriptdir = $(tooldir)/lib
    27 +scriptdir = $(libdir)
    28  BASEDIR = $(srcdir)/..
    29  BFDDIR = $(BASEDIR)/bfd
    30  INCDIR = $(BASEDIR)/include