jocke@1700: Description: correct where ld scripts are installed jocke@1700: Author: Chris Chimelis jocke@1700: yann@2088: diff -durN binutils-2.20.1.orig/ld/Makefile.am binutils-2.20.1/ld/Makefile.am yann@2088: --- binutils-2.20.1.orig/ld/Makefile.am 2010-02-22 09:07:01.000000000 +0100 yann@2088: +++ binutils-2.20.1/ld/Makefile.am 2010-08-17 19:32:21.000000000 +0200 yann@2088: @@ -24,7 +24,7 @@ jocke@1700: # We put the scripts in the directory $(scriptdir)/ldscripts. jocke@1700: # We can't put the scripts in $(datadir) because the SEARCH_DIR jocke@1700: # directives need to be different for native and cross linkers. jocke@1700: -scriptdir = $(tooldir)/lib jocke@1700: +scriptdir = $(libdir) jocke@1700: jocke@1700: EMUL = @EMUL@ jocke@1700: EMULATION_OFILES = @EMULATION_OFILES@ yann@2088: diff -durN binutils-2.20.1.orig/ld/Makefile.in binutils-2.20.1/ld/Makefile.in yann@2088: --- binutils-2.20.1.orig/ld/Makefile.in 2010-03-03 15:06:21.000000000 +0100 yann@2088: +++ binutils-2.20.1/ld/Makefile.in 2010-08-17 19:32:21.000000000 +0200 yann@2088: @@ -333,7 +333,7 @@ jocke@1700: # We put the scripts in the directory $(scriptdir)/ldscripts. jocke@1700: # We can't put the scripts in $(datadir) because the SEARCH_DIR jocke@1700: # directives need to be different for native and cross linkers. jocke@1700: -scriptdir = $(tooldir)/lib jocke@1700: +scriptdir = $(libdir) jocke@1700: BASEDIR = $(srcdir)/.. jocke@1700: BFDDIR = $(BASEDIR)/bfd jocke@1700: INCDIR = $(BASEDIR)/include