diff options
author | DJ Delorie <dj@redhat.com> | 2003-04-19 00:19:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-04-19 00:19:40 +0000 |
commit | 62a3fc85abf83d9987aee7507e04fd4dccd13ab3 (patch) | |
tree | 669d7ad35b90fc284bae12afda2271828f5b51c4 /Makefile.tpl | |
parent | e136427c232f62b60cdc09653d8c6240b08b0236 (diff) | |
download | ppe42-binutils-62a3fc85abf83d9987aee7507e04fd4dccd13ab3.tar.gz ppe42-binutils-62a3fc85abf83d9987aee7507e04fd4dccd13ab3.zip |
* 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.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 922b0e52f0..314c44977d 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 ; \ |