updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / binutils-msp430 / 001_ld_makefile_patch.patch
blob82b65081dedd8bb46d605da53008a4b7a6442f9b
1 diff -urNad ld/Makefile.am ld_/Makefile.am
2 --- ld/Makefile.am 2010-11-03 16:22:01.000000000 +1300
3 +++ ld_/Makefile.am 2011-06-14 22:48:48.942861545 +1200
4 @@ -37,7 +37,7 @@
5 # We put the scripts in the directory $(scriptdir)/ldscripts.
6 # We can't put the scripts in $(datadir) because the SEARCH_DIR
7 # directives need to be different for native and cross linkers.
8 -scriptdir = $(tooldir)/lib
9 +scriptdir = $(libdir)
11 EMUL = @EMUL@
12 EMULATION_OFILES = @EMULATION_OFILES@
13 diff -urNad ld/Makefile.in ld_/Makefile.in
14 --- ld/Makefile.in 2010-11-05 23:34:22.000000000 +1300
15 +++ ld_/Makefile.in 2011-06-14 22:48:52.065772461 +1200
16 @@ -360,7 +360,7 @@
17 # We put the scripts in the directory $(scriptdir)/ldscripts.
18 # We can't put the scripts in $(datadir) because the SEARCH_DIR
19 # directives need to be different for native and cross linkers.
20 -scriptdir = $(tooldir)/lib
21 +scriptdir = $(libdir)
22 BASEDIR = $(srcdir)/..
23 BFDDIR = $(BASEDIR)/bfd
24 INCDIR = $(BASEDIR)/include