diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-17 13:34:36 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-17 13:34:36 +0300 |
commit | 6cf4e270d951dccb5cabe70d865415d2628c7a4e (patch) | |
tree | 119cbca714d74244d1aa4e2241e59fbf8450d30d /debian/patches/001_ld_makefile_patch.patch | |
parent | f0ef3d0a5cb2410eab2b1b412e7ec7ef94fa0dc6 (diff) | |
download | binutils-debian/2.33.1-2.tar.gz |
Import 2.33.1-2debian/2.33.1-2debian
Diffstat (limited to 'debian/patches/001_ld_makefile_patch.patch')
-rw-r--r-- | debian/patches/001_ld_makefile_patch.patch | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/patches/001_ld_makefile_patch.patch b/debian/patches/001_ld_makefile_patch.patch index bb83d23..096efe2 100644 --- a/debian/patches/001_ld_makefile_patch.patch +++ b/debian/patches/001_ld_makefile_patch.patch @@ -3,8 +3,6 @@ Description: Description: correct where ld scripts are installed Author: Chris Chimelis <chris@debian.org> Upstream status: N/A Date: ?? -Index: b/ld/Makefile.am -=================================================================== --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -57,7 +57,7 @@ endif @@ -16,11 +14,9 @@ Index: b/ld/Makefile.am EMUL = @EMUL@ EMULATION_OFILES = @EMULATION_OFILES@ -Index: b/ld/Makefile.in -=================================================================== --- a/ld/Makefile.in +++ b/ld/Makefile.in -@@ -452,7 +452,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) +@@ -564,7 +564,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) # 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. |