jocke@1700: Description: correct where ld scripts are installed jocke@1700: Author: Chris Chimelis jocke@1700: jocke@1700: --- binutils-2.16.91.0.1/ld/Makefile.am jocke@1700: +++ binutils-2.16.91.0.1/ld/Makefile.am jocke@1700: @@ -20,7 +20,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@ jocke@1700: --- binutils-2.16.91.0.1/ld/Makefile.in jocke@1700: +++ binutils-2.16.91.0.1/ld/Makefile.in jocke@1700: @@ -268,7 +268,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