diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-19 12:43:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 12:43:51 -0700 |
commit | 434c205e89f9d4e06d0210ae8504fb6a88a11d00 (patch) | |
tree | 5c381b037991f0ef5a46bf539e83122894c84887 /packages/binutils/2.26/300-001_ld_makefile_patch.patch | |
parent | 73e8b0b228e29f6cac1b186cbcb7e3d1a47711ac (diff) | |
parent | d26dc5d5f5509232e7bd162baa70697c86307079 (diff) | |
download | crosstool-ng-434c205e89f9d4e06d0210ae8504fb6a88a11d00.tar.gz crosstool-ng-434c205e89f9d4e06d0210ae8504fb6a88a11d00.tar.bz2 crosstool-ng-434c205e89f9d4e06d0210ae8504fb6a88a11d00.zip |
Merge pull request #803 from stilor/upgrades
Various package upgrades
Diffstat (limited to 'packages/binutils/2.26/300-001_ld_makefile_patch.patch')
-rw-r--r-- | packages/binutils/2.26/300-001_ld_makefile_patch.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/binutils/2.26/300-001_ld_makefile_patch.patch b/packages/binutils/2.26/300-001_ld_makefile_patch.patch deleted file mode 100644 index 2a1320cb..00000000 --- a/packages/binutils/2.26/300-001_ld_makefile_patch.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/ld/Makefile.am b/ld/Makefile.am -index 9575f1f..84df0bf 100644 ---- a/ld/Makefile.am -+++ b/ld/Makefile.am -@@ -54,7 +54,7 @@ endif - # 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 --git a/ld/Makefile.in b/ld/Makefile.in -index 9f56ca1..272860f 100644 ---- a/ld/Makefile.in -+++ b/ld/Makefile.in -@@ -388,7 +388,7 @@ AM_CFLAGS = $(WARN_CFLAGS) - # 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 |