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 | 8997bae831cc15231a71b173061f5a587675399e (patch) | |
tree | 87d2035129fc34a918fdce1aa00bb6f1bdd7c770 /Makefile.tpl | |
parent | 4e837e7368b960191a231170f8716e1105e11dfa (diff) | |
download | newlib-8997bae831cc15231a71b173061f5a587675399e.zip newlib-8997bae831cc15231a71b173061f5a587675399e.tar.gz newlib-8997bae831cc15231a71b173061f5a587675399e.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.tpl | 3 |
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 ; \ |