patches/binutils/2.20/240-ld_makefile.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>
jocke@1700
     1
Description: correct where ld scripts are installed
jocke@1700
     2
Author: Chris Chimelis <chris@debian.org>
jocke@1700
     3
jocke@1700
     4
--- binutils-2.16.91.0.1/ld/Makefile.am
jocke@1700
     5
+++ binutils-2.16.91.0.1/ld/Makefile.am
jocke@1700
     6
@@ -20,7 +20,7 @@
jocke@1700
     7
 # We put the scripts in the directory $(scriptdir)/ldscripts.
jocke@1700
     8
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
jocke@1700
     9
 # directives need to be different for native and cross linkers.
jocke@1700
    10
-scriptdir = $(tooldir)/lib
jocke@1700
    11
+scriptdir = $(libdir)
jocke@1700
    12
 
jocke@1700
    13
 EMUL = @EMUL@
jocke@1700
    14
 EMULATION_OFILES = @EMULATION_OFILES@
jocke@1700
    15
--- binutils-2.16.91.0.1/ld/Makefile.in
jocke@1700
    16
+++ binutils-2.16.91.0.1/ld/Makefile.in
jocke@1700
    17
@@ -268,7 +268,7 @@
jocke@1700
    18
 # We put the scripts in the directory $(scriptdir)/ldscripts.
jocke@1700
    19
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
jocke@1700
    20
 # directives need to be different for native and cross linkers.
jocke@1700
    21
-scriptdir = $(tooldir)/lib
jocke@1700
    22
+scriptdir = $(libdir)
jocke@1700
    23
 BASEDIR = $(srcdir)/..
jocke@1700
    24
 BFDDIR = $(BASEDIR)/bfd
jocke@1700
    25
 INCDIR = $(BASEDIR)/include