aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-04-19 00:19:40 +0000
committerDJ Delorie <dj@redhat.com>2003-04-19 00:19:40 +0000
commit62a3fc85abf83d9987aee7507e04fd4dccd13ab3 (patch)
tree669d7ad35b90fc284bae12afda2271828f5b51c4 /Makefile.tpl
parente136427c232f62b60cdc09653d8c6240b08b0236 (diff)
downloadfsf-binutils-gdb-62a3fc85abf83d9987aee7507e04fd4dccd13ab3.zip
fsf-binutils-gdb-62a3fc85abf83d9987aee7507e04fd4dccd13ab3.tar.gz
fsf-binutils-gdb-62a3fc85abf83d9987aee7507e04fd4dccd13ab3.tar.bz2
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.in: Regenerate. * configure.in (powerpc64*-*-linux*): Remove. * configure: Rebuilt.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 922b0e5..314c449 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -206,7 +206,8 @@ USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
# This just becomes part of the MAKEINFO definition passed down to
# sub-makes. It lets flags be given on the command line while still
# using the makeinfo from the object tree.
-MAKEINFOFLAGS =
+# (Default to avoid splitting info files by setting the threshold high.)
+MAKEINFOFLAGS = --split-size=5000000
EXPECT = `if [ -f $$r/expect/expect ] ; \
then echo $$r/expect/expect ; \