yann@475: Fix ld scripts path, copied from buildroot. yann@475: yann@475: binutils-2.18.50.0.6/ld/Makefile.am | 2 1 1 0 +- yann@475: binutils-2.18.50.0.6/ld/Makefile.in | 2 1 1 0 +- yann@475: 2 files changed, 2 insertions(+), 2 deletions(-) yann@475: yann@475: diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.am binutils-2.18.50.0.6/ld/Makefile.am yann@475: --- binutils-2.18.50.0.6.orig/ld/Makefile.am 2008-04-03 18:54:05.000000000 +0200 yann@475: +++ binutils-2.18.50.0.6/ld/Makefile.am 2008-05-02 23:25:14.000000000 +0200 yann@475: @@ -18,7 +18,7 @@ yann@475: # We put the scripts in the directory $(scriptdir)/ldscripts. yann@475: # We can't put the scripts in $(datadir) because the SEARCH_DIR yann@475: # directives need to be different for native and cross linkers. yann@475: -scriptdir = $(tooldir)/lib yann@475: +scriptdir = $(libdir) yann@475: yann@475: EMUL = @EMUL@ yann@475: EMULATION_OFILES = @EMULATION_OFILES@ yann@475: diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.in binutils-2.18.50.0.6/ld/Makefile.in yann@475: --- binutils-2.18.50.0.6.orig/ld/Makefile.in 2008-04-03 18:54:05.000000000 +0200 yann@475: +++ binutils-2.18.50.0.6/ld/Makefile.in 2008-05-02 23:25:14.000000000 +0200 yann@475: @@ -288,7 +288,7 @@ yann@475: # We put the scripts in the directory $(scriptdir)/ldscripts. yann@475: # We can't put the scripts in $(datadir) because the SEARCH_DIR yann@475: # directives need to be different for native and cross linkers. yann@475: -scriptdir = $(tooldir)/lib yann@475: +scriptdir = $(libdir) yann@475: BASEDIR = $(srcdir)/.. yann@475: BFDDIR = $(BASEDIR)/bfd yann@475: INCDIR = $(BASEDIR)/include