summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/binutils/2.19.1/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-24 00:01:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-24 00:01:46 +0000
commitfee07dbf2bb0060f8401054bc866ebf37cc83c60 (patch)
tree6686bae93aa2dcea8a0e1e02d1e9fa3d4ed4b53a /misc/buildroot/toolchain/binutils/2.19.1/300-001_ld_makefile_patch.patch
parentd7be4c1bd5af6a936cabfa5a5ef2401001b38c40 (diff)
downloadnuttx-fee07dbf2bb0060f8401054bc866ebf37cc83c60.tar.gz
nuttx-fee07dbf2bb0060f8401054bc866ebf37cc83c60.tar.bz2
nuttx-fee07dbf2bb0060f8401054bc866ebf37cc83c60.zip
Add BINUTILS 2.19.1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1726 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/binutils/2.19.1/300-001_ld_makefile_patch.patch')
-rw-r--r--misc/buildroot/toolchain/binutils/2.19.1/300-001_ld_makefile_patch.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/binutils/2.19.1/300-001_ld_makefile_patch.patch b/misc/buildroot/toolchain/binutils/2.19.1/300-001_ld_makefile_patch.patch
new file mode 100644
index 000000000..5cb0f614d
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.19.1/300-001_ld_makefile_patch.patch
@@ -0,0 +1,24 @@
+diff -u binutils-2.17.50.0.17.oorig/ld/Makefile.am binutils-2.17.50.0.17/ld/Makefile.am
+--- binutils-2.17.50.0.17.oorig/ld/Makefile.am 2007-06-18 19:29:29.000000000 +0200
++++ binutils-2.17.50.0.17/ld/Makefile.am 2007-06-25 10:00:36.000000000 +0200
+@@ -18,7 +18,7 @@
+ # We put the scripts in the directory $(scriptdir)/ldscripts.
+ # We can't put the scripts in $(datadir) because the SEARCH_DIR
+ # directives need to be different for native and cross linkers.
+-scriptdir = $(tooldir)/lib
++scriptdir = $(libdir)
+
+ EMUL = @EMUL@
+ EMULATION_OFILES = @EMULATION_OFILES@
+diff -u binutils-2.17.50.0.17.oorig/ld/Makefile.in binutils-2.17.50.0.17/ld/Makefile.in
+--- binutils-2.17.50.0.17.oorig/ld/Makefile.in 2007-06-18 19:29:29.000000000 +0200
++++ binutils-2.17.50.0.17/ld/Makefile.in 2007-06-25 10:00:36.000000000 +0200
+@@ -287,7 +287,7 @@
+ # We put the scripts in the directory $(scriptdir)/ldscripts.
+ # We can't put the scripts in $(datadir) because the SEARCH_DIR
+ # directives need to be different for native and cross linkers.
+-scriptdir = $(tooldir)/lib
++scriptdir = $(libdir)
+ BASEDIR = $(srcdir)/..
+ BFDDIR = $(BASEDIR)/bfd
+ INCDIR = $(BASEDIR)/include