aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am2
-rw-r--r--ld/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d78c706..b8b5c18 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2021-05-08 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
+ * Makefile.in: Regenerate.
+
2021-05-07 Jan Beulich <jbeulich@suse.com>
* testsuite/ld-x86-64/rela.d: New.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 606a917..cb90dae 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -134,7 +134,7 @@ noinst_TEXINFOS = ldint.texi
man_MANS = ld.1
AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
- -I $(top_srcdir)/../libiberty
+ -I $(top_srcdir)/../libiberty --no-split
TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
-I $(top_srcdir)/../libiberty
diff --git a/ld/Makefile.in b/ld/Makefile.in
index f1be6bc..b654700 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -626,7 +626,7 @@ ld_TEXINFOS = configdoc.texi
noinst_TEXINFOS = ldint.texi
man_MANS = ld.1
AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
- -I $(top_srcdir)/../libiberty
+ -I $(top_srcdir)/../libiberty --no-split
TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
-I $(top_srcdir)/../libiberty