]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/binutils/files/ld_makefile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / binutils / files / ld_makefile.patch
1 --- binutils-2.11.90.0.19.orig/ld/Makefile.am
2 +++ binutils-2.11.90.0.19/ld/Makefile.am
3 @@ -19,7 +19,7 @@
4  # We put the scripts in the directory $(scriptdir)/ldscripts.
5  # We can't put the scripts in $(datadir) because the SEARCH_DIR
6  # directives need to be different for native and cross linkers.
7 -scriptdir = $(tooldir)/lib
8 +scriptdir = $(libdir)
9  
10  EMUL = @EMUL@
11  EMULATION_OFILES = @EMULATION_OFILES@
12 --- binutils-2.11.90.0.19.orig/ld/Makefile.in
13 +++ binutils-2.11.90.0.19/ld/Makefile.in
14 @@ -123,7 +123,7 @@
15  # We put the scripts in the directory $(scriptdir)/ldscripts.
16  # We can't put the scripts in $(datadir) because the SEARCH_DIR
17  # directives need to be different for native and cross linkers.
18 -scriptdir = $(tooldir)/lib
19 +scriptdir = $(libdir)
20  
21  EMUL = @EMUL@
22  EMULATION_OFILES = @EMULATION_OFILES@