patches/binutils/2.20/240-ld_makefile.patch
author Arnaud Lacombe <lacombar@gmail.com>
Thu Aug 05 17:59:51 2010 +0200 (2010-08-05)
changeset 2069 366bd2b22675
permissions -rw-r--r--
complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0

This is the change introduced by revision 734 of MPC repository.

Author: Paul Zimmermann <Paul.Zimmermann@loria.fr>
Revision log: [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)

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