summaryrefslogtreecommitdiff
path: root/debian/patches/001_ld_makefile_patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/001_ld_makefile_patch.patch')
-rw-r--r--debian/patches/001_ld_makefile_patch.patch6
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.